#inthenews #archives h3, #inthenews #archives-video h3 {
	margin-left: 25px;
}

/* New Featured Section */

#inthenews .tabswitch {
	padding-bottom: 12px;
}

#inthenews .tabswitch img {
	
}

#inthenews .tabswitch .tabswitchcn {
	height: 295px;
	overflow: hidden;
}

#inthenews .tabswitch ul#tabnav {
	margin-top: 12px 0;
}

#inthenews .tabswitch ul#tabnav li {
	float: left;
}

#inthenews .tabswitch a.tabmove {
	display: block;
	width: 264px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/Hint_InTheNews_Featured_TabNav.gif) no-repeat;
}

#inthenews .tabswitch a#tab-print {
	background-position: 0 0;
}

#inthenews .tabswitch a#tab-print:hover, #inthenews .tabswitch ul#tabnav li.active a#tab-print {
	background-position: 0 -30px;
}

#inthenews .tabswitch a#tab-web {
	background-position: -264px 0;
}

#inthenews .tabswitch a#tab-web:hover, #inthenews .tabswitch ul#tabnav li.active a#tab-web {
	background-position: -264px -30px;
}

#inthenews .tabswitch a#tab-video {
	background-position: -528px 0;
}

#inthenews .tabswitch a#tab-video:hover, #inthenews .tabswitch ul#tabnav li.active a#tab-video {
	background-position: -528px -30px;
}



/* Press Releases */

#inthenews #releases {
	position: relative;
	width:400px;
	margin-left: 385px;
} 

#inthenews #releases ul {
	margin: 1.5em 0;
}

#inthenews #releases ul li {
	line-height: 1.3em;
	margin-bottom: 1em;
}

#inthenews #releases ul li a {
	font-weight: bold;
	text-decoration: underline;
}

#inthenews #pdficon {
	display: none;
	visibility: hidden;
}

#inthenews #releases span.all {
	position: absolute;
	color: #00AEEF;
	text-decoration: none;
	top: 12px;
	right: 12px;
	cursor: pointer;
}

/* Scrollable jQuery Plugin */


/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 730px;	
	height:114px;	
	margin: 0 5px;
	
	
	/* custom decorations */
	padding:10px 0;				
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin-left:0;
}

/* single scrollable item */
.scrollable .items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:68px;
	/*padding:15px 0px;*/
	font-size:11px;
	border:1px solid #ccc;
	margin-right: 3px;
}

.scrollable .items div:hover {
	border:1px solid #88AC2E;
}

/* active item */
.scrollable items .active {
	border:1px inset #ccc;		
	background-color:#fff;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:25px;
	height:25px;
	background:url(../images/jquery.tools/scrollable/arrow/left_hint.png) no-repeat;
	float:left;
	margin:43px 0;
	cursor:pointer;
	font-size:1px;
}

a.prevPage {
	margin-left: 0;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -25px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/jquery.tools/scrollable/arrow/right_hint.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin: -12px 0 0 380px;
	height:20px;
	width: 100px;
}


/* items inside navigator */
div.navi a {
	width:9px;
	height:9px;
	float:left;
	margin:3px;
	background:url(../images/jquery.tools/scrollable/arrow/navigator_hint.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -9px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -18px;     
} 	

/* Scrollable 2 */
#archives-video{
width: 380px;
height: 200px;
float: left;
}



/* Scrollable jQuery Plugin */

/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable2 {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 295px;	
	height:114px;	
	margin: 0 5px 0 25px;
	
	
	/* custom decorations */
	padding:10px 0;				
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable2 .items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin-left:0;
}

/* single g item */
.scrollable2 .items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:93px;
	/*padding:15px 0px;*/
	font-size:11px;
	/*border:1px solid #ccc;*/
	margin-right: 6px;
}

.scrollable2 .items div:hover {
	/*border:1px solid #88AC2E;*/
}

/* active item */
.scrollable2 items .active {
	border:1px inset #ccc;		
	background-color:#fff;
}

/* this makes it possible to add next button beside scrollable */
.scrollable2 {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:25px;
	height:25px;
	background:url(../images/jquery.tools/scrollable/arrow/left_hint.png) no-repeat;
	float:left;
	margin:43px 0;
	cursor:pointer;
	font-size:1px;
}

a.prevPage {
	margin-left: 0;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -25px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/jquery.tools/scrollable/arrow/right_hint.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
#archives-video div.navi {
	margin: -15px 0 0 200px;
	height:20px;
	width: 100px;
	/*display: none;*/
}

#archives-video a.nextPage, #archives-video a.prevPage {
	/*display: none;*/
}


/* items inside navigator */
div.navi a {
	width:9px;
	height:9px;
	float:left;
	margin:3px;
	background:url(../images/jquery.tools/scrollable/arrow/navigator_hint.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -9px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -18px;     
} 	

/* web featured content */
