@charset "UTF-8";

/* Easy Slider */

#slider-container {	
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 660px;
	background: #fff;
	margin-bottom: 2em;
}
			
#slider-content {
	position: relative;
}	

#slider-hr {
	border-top: 2px solid #00aef0;		
	margin: 0;
}			

#slider ul, #slider li, #slider2 ul, #slider2 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: 660px;
	height: 160px;
	overflow: hidden; 
}	
	
#slider li h2 { 
	font-size: 24px;
	font-weight: normal;
	margin: 0 20px;
	padding-top: 20px;
	border: none;
}	

#slider li p { 
	font-size: 15px;
	color: #4abfec;
	line-height: 1.5;
	margin: 0 20px 0 0;
}	

#slider li a { 
	color: #8fbf43;
}

#slider img {
	float: left;
	margin-right: 20px;
}	

.learn-more {
	padding-top: 10px;
	font-size: 17px;
	font-weight: bold;
}						
		
p#controls, p#controls2 {
	margin: 0;
	position: relative;
} 
	
#prevBtn, #nextBtn, #prevBtn2, #nextBtn2 { 
	display: block;
	margin: 0;
	overflow: hidden;
	text-indent: -8000px;		
	width: 30px;
	height: 160px;
	position: absolute;
	left: -30px;
	top: -110px;
}	

#nextBtn, #nextBtn2 { 
	left: 660px;
}	
													
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display: block;
	width: 30px;
	height: 190px;
	background: url(/css/btn-prev.gif) no-repeat 0 0;	
}	

#nextBtn a, #nextBtn2 a { 
	background: url(/css/btn-next.gif) no-repeat 0 0;	
}												




