/* Easy Slider */

	#slider{
		width:714px;
		height:330px;
		overflow:hidden; 
	}	
	
	#slider img {float:left;}
	
	#slider h3 {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:714px;
		height:330px;
		overflow:hidden; 
		}	
	#prevBtn {
overflow:hidden;
	text-indent:-8000px;
	display:block;
	margin:0;
	text-indent:-8000px;		
	float:left;
	width:27px;
	height:19px;
	}	


#nextBtn{ 
	text-indent:-8000px;
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:25px;
	height:19px;
	float:right;
	}	


#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	width:27px;
	height:19px;
	display:block;
	background:url(../images/prevbtn.gif) no-repeat 0 0;	
	}	
#nextBtn a, #nextBtn2 a{ 
	width:25px;
	height:19px;
	display:block;
	background:url(../images/nextbtn.gif) no-repeat 0 0;	
	}			

#controls {
width:264px;
height:19px;
margin-top:10px;
margin-bottom:10px;
background:url(../images/presentation-btn.gif) no-repeat 0 0;	
margin-right:auto;
margin-left:auto;

}	
/* // Easy Slider */
