@charset "utf-8";
/* Easy Slider */

	#slider{ 
	 	float:left;
		}	
	
	#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:645px;
		height:300px;
		overflow:hidden; 
		}							
		
	p#controls {
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn { 
		display:block;
		margin:0;
		padding:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:10px;
		height:107px;
		position:absolute;
		left:-13px;
		top:55px;
		}

	*html #prevBtn { 
		left:-658px;
		}
		
	#nextBtn { 
		left:633px;
		width:15px;
		}
		
	*html #nextBtn { 
		left:-12px;
		width:15px;
		}
																
	#prevBtn a {  
		display:block;
		width:10px;
		height:107px;
		background:url(../img/btn_prev.gif) no-repeat 0 0;	
		}
			
	#nextBtn a { 
		width:15px;
		height:107px;
		display:block;
		background:url(../img/btn_next.gif) no-repeat 0 0;	
		}