#slider_wrapper {
	
	float: left;
	width: 940px;
	
	margin-left: 17px;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		height: 297px;
    width: 940px;
		
		}
		#slider  {
		
		
		
		}
		
		#slider img  {
		
		
		
		}
		
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		height: 297px;
    width: 940px;
		overflow:hidden; 
	float: left;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:36px;
		height:36px;
	position: absolute;
		
		top:274px;
		z-index:1000;
		
		
		}	
		
		#prevBtn, #slider1prev a {
			
			margin-left: -18px;
			
		}
		
	#nextBtn, #slider1next{ 
		margin-left: 922px;
		}														
#inner	#prevBtn a,#inner #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		
		width:36px;
		height:36px;
		background:url(../images/arrowforward.png) no-repeat 0 0;	
		}	
		
		#slider1next a:hover, #slider1prev a:hover{
			background:url(../images/arrowforwardhov.png) no-repeat 0 0; }
		
	#nextBtn a, #slider1next a{ 
		background:url(../images/arrownext.png) no-repeat 0 0;	
		}	
		#nextBtn a:hover, #slider1next a:hover{ 
		background:url(../images/arrownexthov.png) no-repeat 0 0;	
		}	
	/* numeric controls */	

#inner ol#controls{
		
   
    text-align: center;
	background: url(../images/thumbNavbg.png) repeat-x;
	height: 24px;

	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
	margin-top: -42px;
	z-index:1000;
	margin-right: 23px;
	padding-left: 5px;
		}
#inner 	ol#controls li{
		margin:0 0px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		 height: 10px;
		line-height:10px;
		width: 26px;
		margin-top: 7px;
		}
#inner 	ol#controls li a{
		float:left;
		font-size: 10px ;
    border-right: 1px solid #515759;
    padding: 0px 0px;
    height: 10px;
    margin: 0 0px 0 0;
    text-decoration: none;
    text-align: center;
   line-height: 10px;
   width: 26px;
   color: #ffffff;
		}
#inner 	ol#controls li.current a{
		color: #9ccf40;
		}
#inner 	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
#inner  #right_bg {
	
	float: right;
	width: 5px;
	height: 28px;
	background: url(../images/thumbNavbgright.png) no-repeat;
	position: relative;
	right: 0px;
	z-index:1000;
	margin-top: -42px;
	margin-right: 18px;
	 }
