/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		color:#333333;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		/*width:413px;*/
		width:657px;
		height:174px;
		overflow:hidden; 
		}
	#slider li{ 
		background:none;
		margin-top:5px;
		}		
	#slider li h2{ 
		/*margin:0 20px;
		padding-top:20px;*/
		font-size:18px;
		margin-top:15px;
		color:#000;
		background:none;
		letter-spacing:-1px;
		}	
	#slider li img {
		margin-left:5px;
		margin-right:10px;
		}
	#slider li p{ 
		/*margin:20px;*/
		font-size:12px;
		line-height:15px;
		}				
	#prevBtn, #nextBtn{ 
		/*display:block;*/
		width:12px;
		height:128px;
		/*position:absolute;
		left:0px;
		top:0px;*/
		}	
	#nextBtn{ 
		/*left:694px;*/
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:12px;
		height:128px;
		background: url(images/arrow_left.jpg) no-repeat 0 0;	
		}	
	#prevBtn a:hover{  
		background: url(images/arrow_left.jpg) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/arrow_right.jpg) no-repeat 0 0;	
		}	
	#nextBtn a:hover{ 
		background:url(images/arrow_right.jpg) no-repeat 0 0;	
		}	
/* // END Easy Slider */