	

/* Easy Slider */

	#slider{
	margin-top: 13px;
	}
	
	
	
		
	#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:30px;
	height:77px;
	position:absolute;
	left:-40px;
	top:371px;
	}	
#nextBtn{ 
	left:805px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:47px;
	height:46px;
	background:url(arrow-left.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(arrow-right.gif) no-repeat 0 0;	
	}	
									

/* // Easy Slider */

#prevBtn, #nextBtn{ 
	display:none;
	}
#prevBtn a, #nextBtn a{ 
	display:none;
	}	