.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 591px; /*width of featured content slider*/
height: 300px;
}
.info{
	position:absolute;
	top:233px;						/*Moves text box over image*/
	left:0px;						/*moves from edge of photo*/
	height:67px;					/*Height of text box on photo*/
	background: url('transparent-bg.png');
	width: 591px;					/*Width of text box over image*/
	z-index: 99; 
}
.info h2{ /*text settings for header over image*/
	font-size:18px;
	font-family:Georgia, serif;
	color:#fff;
	padding:5px;
	margin:0;
	overflow:hidden;
	text-align: left; 
}
.info p{ /*text setting for paragraph over image*/
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:12px; color:#f0f0f0;
	text-align: left;
}
.info a{ 
	text-decoration:none; 
	color:#fff; 
}
.info a:hover{ 
	text-decoration:underline; 
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: black;
width: 591px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 300px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 591px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background-color: navy;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
}
#paginate-slider4{
	background-color: #000000;
	border: #000000;
}

#paginate-slider4 a img{
width: 110px;
height: 56px;
border: 2px solid gray;
margin-top: 3px;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 2px solid red;
}


