/* Slider */
#dateslider ul {
	width: 900px;
	height: 120px;
	margin:0;
	padding:0;
	list-style:none;
}

#dateslider li { 
	/* 
		define width and height of list item (slide)
		entire dateslider area will adjust according to the parameters provided here
	*/ 
	margin:0;
	padding:0;
	width: 900px;
	height: 120px;
	overflow: hidden; 
}	

#dateslider-nl ul {
	width: 600px;
	height: 120px;
	margin:0;
	padding:0;
	list-style:none;
	float: left;
}

#dateslider-nl li { 
	/* 
		define width and height of list item (slide)
		entire dateslider area will adjust according to the parameters provided here
	*/ 
	margin:0;
	padding:0;
	width: 600px;
	height: 120px;
	overflow: hidden; 
}	


#prevBtn, #nextBtn, #dateslider1next, #dateslider1prev { 
	display:block;
	width:15px;
	height:120px;
	position:absolute;
	left:0;
	top:0;
	z-index:1000;
}	

#nextBtn, #dateslider1next{ 
	left:885px;
}

#sitefooteraddon-nl #nextBtn, #dateslider1next {
	left:585px;
}
										
#prevBtn a, #nextBtn a, #dateslider1next a, #dateslider1prev a {  
	display:block;
	position:relative;
	width:15px;
	height:120px;
	background:url(../../imgs/sev//slider_prev.png) no-repeat 0 0;	
}	

#nextBtn a, #dateslider1next a{ 
	background:url(../../imgs/sev/slider_next.png) no-repeat 0 0;	
}	
