/* CSS Document */

#news_scrollable {
	width: 570px;
	margin:0 auto 0 auto;
}
#news_scrollable h3 {
	float: left;
	margin: 0;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #297DBD;
	width: auto;
}
#news_scrollable .subtitle {
	float: left;
	margin: 0;
	margin-left: 5px;
	margin-top: 12px;
	font-size: 10px;
	color: #005D8B;
}
#news_scrollable .top {
	float: left;
	background: url(../images/bg-scrollable.gif) repeat-x;
	height: 36px;
	width: 100%;
}
#news_scrollable .scrollable {
	float: left;
	position:relative;
	overflow:hidden;
	width: 570px;
	height: 140px;
	background-color: #F2F4F5;
}
.scrollable .items {
	/* this cannot be too large */
    width:20000em; 
	position: absolute;
	clear: both;
}


#news_scrollable .item {
	border-right:1px dotted grey;
	float:left;
	height:120px;
	margin-left:10px;
	margin-top:10px;
	width:270px;
}


#news_scrollable .item .col_1 {
	float: left; 
	width: 100px;
	height: 100px;
}
#news_scrollable .item .col_2 {
	float: left; 
	width: 160px;
	margin-left: 5px;
}
#news_scrollable .news_scrollable_bottom{
	clear:both;
}
#news_scrollable .item .date {
	color: #6F98B8;
	font-size: 11px;
	font-weight: bold;
	float:left;
}
#news_scrollable .item .news_scrollable_bottom .date {
	font-size: 9px;
}
#news_scrollable .item .title {
	margin-top: 10px;
	color: #2B6898;
	font-size: 10px;
	font-weight: bold;
}
#news_scrollable .item .more_info {
	float: right;
	width: 60px;
	text-align: center;
	background-image: url(../images/bg-scrollable-link.gif);
	height: 30px;
	margin-right: 20px;
	padding-top: 6px;
}
#news_scrollable .item .more_info a:link, #news_scrollable .item .more_info a:visited, #news_scrollable .item .more_info a:hover, #news_scrollable .item .more_info a:active {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
}
#news_scrollable .item .more_info a:hover {
	color: #E3E3E3;
}
/* active item */
#news_scrollable .scrollable .active_scrollable {
	z-index:9999;
	position:relative;
}
#news_scrollable .more_news {
	float: left;
	height: 27px;
	width: 570px;
	margin-top: 10px;
	background: url(../images/bg-scrollable-navigation.gif) no-repeat;
}
#news_scrollable .viewMoreNews {
	float: left; 
	margin-left: 0px;
	width: 518px;
	padding-top: 6px;
	text-align: center;
}
#news_scrollable .viewMoreNews a:link, #news_scrollable .viewMoreNews a:visited, #news_scrollable .viewMoreNews a:hover, #news_scrollable .viewMoreNews a:active {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
}
#news_scrollable .viewMoreNews a:hover {
	color: #E3E3E3;
}
#news_scrollable a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display: block;
	width: 25px;
	height: 25px;
	float:left;
	cursor: pointer;
	font-size: 1px;
	margin-top: 1px;
	margin-left: 1px;
}
#news_scrollable a.right 			{ background-position: 0 -25px; float: left; margin-left: 0px; width: 25px }
#news_scrollable a.right:hover 		{ background-position: -25px -25px; }
#news_scrollable a.right:active 	{ background-position: -50px -25px; } 

#news_scrollable a.left				{ float: left; } 
#news_scrollable a.left:hover  		{ background-position: -25px 0; }
#news_scrollable a.left:active  	{ background-position: -50px 0; }

#news_scrollable a.disabled_scrollable {
	visibility: hidden !important;		
}
