	

/* Easy Slider */

	#slider{
	margin-top: 10px;
	}
	
	
	
		
	#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
		*/ 
		width:810px;
		height:411px;
		overflow:hidden; 
		}	

#prevBtn, #nextBtn{ 
			display:block;
			width:46px;
			height:47px;
			position:absolute;
			left:-45px;
			top:425px;
			}	
		#nextBtn{ 
			left:808px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:46px;
			height:47px;
			background:url(arrow-left.png) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(arrow-right.png) no-repeat 0 0;	
			}								
									

/* // Easy Slider */

