#slidermain {
	width: 100%;
	margin: 0;
	background: url(images/sliderbg1.png) repeat-x bottom center;
	padding: 0;
	color: #fff;
	height:145px;
	overflow:hidden;
}

#slidercontainer {
	position:relative;
	background: url(images/slider.png) no-repeat bottom center;
	width:970px;
	height:145px;
	z-index:0;
	margin: 0 auto;
	padding: 0;
}

#slider {
	position:relative;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}

#slider li{ 
	width:970px;
	height:140px;
	overflow:hidden; 
	}	

	
#slider img {
	margin: 0;
	margin-top:10px;
	float:left;
	padding:4px;
	border: 1px solid #3c87fb;
	background: transparent;
}


#slider .featuredtextblock {
	padding:0;
}

#slider .featuredtextblock p {
	margin-top:0;
	font: 11px "Trebuchet MS";
}



/* previous and next navigation */

#prevBtn, #nextBtn{ 
	display:block;
	width:29px;
	height:29px;
	position:absolute;
	background-color:transparent;
	text-indent:-9999px;
/*	right:55px; */
	top: 90px;
	right: 1px;
	}	
	
#prevBtn{ 
	left:900px;
	}
														
#prevBtn a {  
	display:block;
	width:29px;
	height:29px;
	background:url(images/left_right.png) 0 0 no-repeat;	
	}	
	
	
#nextBtn a{ 
	display:block;
	width:29px;
	height:29px;
	background:url(images/left_right.png) -30px 0 no-repeat;	
	}

#prevBtn a:hover, #nextBtn a:hover {
/*	background-position: bottom left; */
}	

#prevBtn a:hover {
	background:url(images/left_right.png) 0 -30px no-repeat;
}

#nextBtn a:hover { 
	background:url(images/left_right.png) -30px -30px no-repeat;	
}

/* Slide Features */

.featuredimage {
	float:left;
/*	margin-left:30px; */
	margin-right: 15px;
	/* position: relative; */
}

#slider #banner {
	position: absolute;
	top:-4px;
	left:-4px;
	border: 0px solid white;
}

.featuredtextblock h3 {
		font: 18px "Palatino Linotype";
		font-style: italic;
		color: #95bcfb;
		padding-top: 10px;
		line-height: 20px;
		margin-bottom: 0;
}

.featuredtextblock p {
	font: 11px "Trebuchet MS";
	color: #fff;
	line-height: 12px;
	margin-top: 0;
}

/*
#slider h2, #slider h2 a, #slider h3 {
	color: #fff;
	font: 16px "Palatino Linotype";
	font-style: italic;
	font-weight: bold;
}


#slider p {
	margin: 0; padding: 0;
	font: 14px "Palatino Linotype";
}
*/

div.slideshow { 
		position: relative; 
		background: #615961; 
		width: 500px; 
		height:200px; 
		margin-top:20px;
		margin-bottom: 20px;
		}
		
div.slideshow img { 
		position: absolute; 
		top: 3px; 
		left: 3px; 
		z-index: 10; 
		background: #fff; 
		width: 600px;
		height: 161px;
		}

		ul.recentlist { 
		position: absolute; 
		bottom: -10px; 
		left: -15px; 
		list-style: none; 
		z-index: 2000; 
		}
		
		ul.recentlist li { display: inline; }
		
		ul.recentlist li a, ul.recentlist li a:visited { 
		display: block; 
		float: left; 
		background: #e5e5e5; 
		padding: 4px 8px; 
		margin-right: 1px; 
		color: #000; 
		text-decoration: none; 
		cursor: pointer; 
		}
		
		ul.recentlist li a:hover, ul.recentlist li a:visited:hover { 
		background: #b0acb0; color: #fff; 
		}
		
		ul.recentlist li a.current { 
		background: #b0acb0;
		color: black; 
		}


/* mozilla browsers */
/*
:focus { -moz-outline-style: none; }
*/


/* read more */

a.readmore, a.readmore:link, a.readmore:visited {
	background: #134caf;
	font: 11px "Trebuchet MS";
	color: #fff;
	border: 1px #4f8ef3 solid;
	text-decoration:none;
	padding: 1px 4px;
}

a.readmore:hover {	
	background: #5993f6;
	text-decoration:none;
	color: #1249a8;
	border:1px solid #134caf;
}




/* Text in slide */

.featuredtextblock h3 {
	font: 20px "Palatino Linotype";
	font-style: italic;
	color: #f6fa94;
	padding-top: 10px;
	letter-spacing: 0.02em;
}

.featuredtextblock p {
	font: 11px "Trebuchet MS";
	color: #fff;
}

#slider .featuredtextblock p {
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	line-height: 160%;
	padding-right: 5px;
}

