/* Easy Slider */

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

	#slider2 li{

		}		
	#slider2 li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider2 li p{ 
		margin:20px;
		}						
		
	p#controls, p#controls2{
	margin:-25px 0 0;
	float: right;
	display: block;
	width: 55px;
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{
	display:block;
	margin:0;
	overflow:hidden;
	width:20px;
	height:23px;
	float: left;
		}	
	#nextBtn, #nextBtn2{

		}														
	#prevBtn a,  #prevBtn2 a, #prevBtn a:active,  #prevBtn2 a:active, #prevBtn a:visited,  #prevBtn2 a:visited {
	display:block;
	width:20px;
	height:23px;
	background:url(../images/previousslide.gif) no-repeat 0 0;
	font-size: 1px;
	color: #FFF6D2;
	text-decoration: none;
		}	
	#nextBtn a, #nextBtn2 a, #nextBtn a:visited, #nextBtn2 a:visited, #nextBtn a:active, #nextBtn2 a:active {
	display:block;
	width:20px;
	height:23px;
	font-size: 1px;
	color: #FFF6D2;
	text-decoration: none;
	background:url(../images/nextslide.gif) no-repeat 0 0;
	float: right;
		}												

/* // Easy Slider */
