/* Easy Slider */

	#slider{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
#slideshow {
	background: #CAE0F0 repeat-x;
	height: 270px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 700px;
	padding: 8px;
}
.slidertext img, .slidertext a img {
	text-decoration: none;
	border-style: none;
}

.slidercontent  p {
}


	#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:700px;
	height:260px;
	overflow:hidden;
	margin: auto;
		}	

	#slider2 li{

		}		
	#slider2 li h2{
	margin:0 5px 5px !important;
	padding-top:5px;
		}	
	#slider2 li p{ 
		margin:8px 0 10px 0;
		}						
		
	p#controls, p#controls2{
	margin:-25px 0 0;
	float: right;
	display: block;
	width: 55px;
	border-style: none;
	color: #CAE0F0;
	background: #CAE0F0;
		} 
	
	#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: #CAE0F0;
	text-decoration: none;
	border-style: 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: #CAE0F0;
	text-decoration: none;
	background:url(../images/nextslide.gif) no-repeat 0 0;
	float: right;
		}												

/* // Easy Slider */
.slidercontent .authorimage {
	display:block;
	float: left;
}.slidercontent p {
	line-height: 16px;
	font-size: 11px;
}
.slidercontent  h2 {
	font: normal 18px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #003399;
}

.slidertext {
	padding:5px;
	color: #000000;
	margin-left: 410px;
}
