div.scrollable {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 208px;
	padding: 8px 0;
	border-bottom: 1px solid #d2d2d2;
}

div.scrollable div.items {	
	width: 20000em;
	position: absolute;
	clear: both;
	margin-left: 8px;
}

div.scrollable div.items div.news_item {
	float:left;
	width: 710px;
	padding-right: 20px;
	line-height: 18px;
}

.news_item img {
	padding: 4px;
	border: 1px solid #d2d2d2;
	background-color: #f6f6f6;
}

/* Navigation */

#news_nav_bar {
	border-top: 1px solid #FFFFFF;
}


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

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




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


/* position and dimensions of the navigator */
div.navi {
	float:left;
	padding: 13px 6px;
}


/* items inside navigator */
div.navi a {
	width:12px;
	height:12px;
	float:left;
	margin:3px;
	background:url(/images/buttons/news_dots.jpg) 0 0 no-repeat;     
	cursor:pointer;	
}

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

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