div.scrollable {
	position:relative;
	overflow:hidden;	 	
	width:916px;	/*895*/
	height:235px; /*280*/
	background-color:#CECCC4;			
}

div.scrollable div.items {	
    width:20000em; /*20000em*/
	position:absolute;
	clear:both;		
}

div.scrollable div.items div {
	float:left;
	width:183px;/*163*/
	
}

div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#A6BB9D;
	
}

div.items
{
    height:235px;
}

div.scrollable {
	float:left;
    top: 2px;
    left: 0; /*left: 1px;*/
    }

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:22px; /*280*/
	background:#DFE5E8 url(solOk.jpg) 0 50% no-repeat;
	float:left;
	cursor:pointer;
}

a.prev, a.prevPage {
	margin:0 0 0 0; /*margin:0 10px 0 0;*/

}

/*
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:-18px 53px;		
}

*/
a.next, a.nextPage {
	background-image:url(sagOk.jpg);
	
}

a.next, a.nextPage {
	margin:0 0 0 5px;/*margin:0 0 0 9px;*/
}

#slider {
	border:1px solid #5186d7;  }

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{  
		width:568px;
		height:215px;
		overflow:hidden; 
		}		
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 6px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		background:#5186d7;
		color:#fff;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#999;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}