/* Easy Slider */

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:868px;
	height:241px;
	overflow:hidden;
	margin:0;
	}
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:46px;
	height:66px;
	position:absolute;
	top:77px;
	left:-46px;
	z-index:0;	
	}
#nextBtn, #slider1next { 
	left:868px;
	}
#prevBtn a,	#slider1next a {  
	display:block;
	position:relative;
	width:46px;
	height:77px;
	background:url(../img/botSlider.png) no-repeat 0 0;	
	}
#prevBtn a:hover, #slider1next a:hover {  
	background:url(../img/botSlider.png) no-repeat 0 -66px;	
	}
#nextBtn a, #slider1next a {
	display:block;
	position:relative;
	width:46px;
	height:77px; 
	background:url(../img/botSlider.png) no-repeat -46px 0;	
	}	
#nextBtn a:hover, #slider1next a:hover {
	background:url(../img/botSlider.png) no-repeat -46px -66px;	
	}	
	
/* numeric controls */	

ol#controls{
	margin:10px 0 0 400px;
	padding:0;
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	}
ol#controls li a{
	float:left;
	width:15px;
	height:15px;
	background:url(../img/botSliderDots.png) no-repeat 0 0;	
	}
ol#controls li.current a{
	background:url(../img/botSliderDots.png) no-repeat 0 -15px;	
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* image replacement */
#prevBtn, #nextBtn, #slider1prev, #slider1next, ol#controls li a {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	}