div.scrollable {
	position:relative;
	overflow:hidden;	 	
	width:840px;	
	height:145px;
	background:#eee;			
}

div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;	
	background:#eee;	
}

div.scrollable div.items div {
	float:left;
	width:195px;
	background:#eee;
}

div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

div.scrollable {
	float:left;	
	background:#eee;	
}

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:29px;
	height:145px;
	background:#eee url(../images/1dunyahaber_sol_ok.png) 0 50% no-repeat;
	float:left;
	cursor:pointer;	
}

a.prev, a.prevPage {
	margin:0 3px 0 0;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	
}

a.disabled {
	visibility:hidden !important;		
}

a.next, a.nextPage {
	background-image:url(../images/1dunyahaber_sag_ok.png);
	clear:right;	
}

a.next, a.nextPage {
	margin:0 0 0 9px;
}

#slider {
	background-image:url(../images/1dunyahaber_manset_bg.png);  }

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{  
		width:560px;
		height:208px;
		overflow:hidden; 
		}		
		
	/* numeric controls */	

	ol#controls{
		margin:0 10px 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 0 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;
		font-weight:bold;
		padding:0 8px;
		text-decoration:none;
		background:url(../img/bg/1dunyahaber_ust_menu_bg2.gif) top left repeat-x;
		}
		
	ol#controls li.current a{
		background:#9a9a9a;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}