	

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li,
	#slider3 ul, #slider3 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:663px;
		height:253px;
		background:#676663;
		overflow:hidden; 
		}
		
		#slider li, #slider3 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:663px;
		height:253px;
		overflow:hidden; 
		}
		
		#slider li, #slider2 li img, #slider3 li img{
			display:block;
			margin:0 auto;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:none;
		width:39px;
		height:38px;
		position:absolute;
		z-index:1000;
		
		}	
	#nextBtn, #slider1next{     
	right: -45px;
    top: 160px;
		}
		
		#prevBtn, #slider1prev{     
	left: -45px;
    top: 160px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:39px;
		text-indent:-9600px;
		text-align:left;
		height:38px;
		background:url(../../images/slider_arrow.png) 0 top no-repeat;
		z-index:1000;
		}	
	#nextBtn a, #slider1next a{
		background:url(../../images/slider_arrow.png) 0 bottom no-repeat;
		}	
		
	/* numeric controls */	

	ol#controls{
		margin: 15px auto 0;
    padding: 0 0 0 605px;
		height:13px;
		width:215px;
		position:relative;
		z-index:500;
		
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:10px;
		width:10px;
		color:#000;
		font-size:15px;
		font-weight:bold;
		padding:0px 0 0 0px;
		text-indent:-9600px;
		text-decoration:none;
		background:url(../../images/slider_control.png) left 0 no-repeat
		}
	ol#controls li.current a{
		background:url(../../images/slider_control.png) right 0 no-repeat
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */