

/* Easy Slider */

	#slider {
	height: 158px !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    width: 238px !important;
	}	
	#slider ul, #slider li{
		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
		*/ 
		text-align: center;
		width:238px;
		height:158px;
		overflow:hidden; 
		}	
		
	#prevBtn, #nextBtn { 
 display: block;
    height: 30px;
    left: 0;
    position: relative;
    top: -94px;
    width: 20px;
		}	
	#nextBtn{ 
left: 218px;
    top: -124px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:20px;
		height:30px;
		background:url(arrow-left.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(arrow-right.png) no-repeat 0 0;	
		}												



	#slider li img {
		text-align: center;
	}
	


	
	
	/* // Easy Slider */