
#scrollable_container {
	background-image:url(/images/onweb/top_fon_news.jpg);
	background-position:top left;
	background-repeat:no-repeat;
      margin-top:19px;
}
/* outmost wrapper element */
#scrollable {
	padding:0px 0px;
	width:970px;
	height:90px;
	background-image:url(/images/onweb/news_separator_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

/* container for the scrollable items */
div.items {
	height:90px;	
	float:left;
	width:880px !important;
}



/* single item */
/*
div.items a {
	display:inline-block;
	float:left;
	margin-right:8px;
	width:265px;
	height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	border:1px solid #000000;
}
div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}
*/
div.items div {
	display:inline-block;
	float:left;
	width:297px;
	height:87px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}




/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin-top:18px;
}

a.prev {
	padding-right:17px;
	padding-left:3px;	
}

a.prev:hover {
	padding-right:17px;
	padding-left:3px;	
}

a.next {
	background:url(button-right.gif);	
	padding-left:4px;	
}

a.next:hover {
	background:url(button-right-over.gif);
	padding-left:4px;		
}


/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	

