@charset "utf-8";
/* Easy Slider */

	#slider2 {
	margin-top: 25px;
	margin-left: 130px;
	}	
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:710px;
		height:220px;
		overflow:hidden; 
		}	

	#slider2 li h3{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider2 li p{ 
		font-family: SansationRegular, Helvetica, Georgia, Arial, sans-serif;
		margin:20px;
		}						
		
	#slider2 img {
	margin-top: 20px;
	margin-right: 30px;
	border: solid #2F2F2F 6px;
	float:left;
	} 
	p#controls, p#controls2{
		margin:0;
		position:relative;
		} 
	
	#prevBtn2, #nextBtn2{ 
		display:block;
		width:71px;
		height:71px;
		/* overflow:hidden; */	
		text-indent:-8000px; 	
		position:absolute;
		left:55px;
		top:-160px;
		}	
	#nextBtn2{ 
		left:840px;
		}														
	#prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:71px;
		height:71px;
		background:url(../images/button-right.png) no-repeat 0 0;	
		}	
	#nextBtn2 a{ 
		background:url(../images/button-left.png) no-repeat 0 0;	
		}												

/* // Easy Slider */



