/* Easy Slider */
 	#sliderCont {
 		
 		position:absolute; 
		top:10px;
		left:215px; 
		z-index:10;
		}
	
	#slider a{color:#191919; text-decoration: none}	
	#slider ul, #slider li{
		padding-top:15px;
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:456px;
		height:70px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:70px;
		height:70px;
		position:absolute;
		left:-80px;
		top:0px;
		}	
	#nextBtn{ 
		left:466px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:70px;
		height:70px;
		background:url(/img/BtnSx.jpg) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(/img/BtnDx.jpg) no-repeat 0 0;	
		}												

/* // Easy Slider */