.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: thin solid #005952;
width: 230px; /*width of featured content slider*/
height: 130px; /* make 550 high */
float: left;
}

.sliderbox {
	background-color: #999999;
	height: 132px;
	text-align: center;
}

.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: white; */
width: 100	px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	visibility: hidden;
width: 0px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 0px;
text-align: right;
background-color: #005952;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}


/* for text / link overlays to graphics */

.photo-meta-data							{ background: url("/images/transpBlack.png"); padding: 10px; height: 100px; width: 200px;
											  top: -110px; position: relative; z-index: 99; color: #ffffff;}
.photo-meta-data span 						{ font-size: 13px;   line-height: normal;}

.photo-meta-data h2							{ margin-bottom: 0; }

.photo-meta-data a							{ color: white; }
.photo-meta-data a:hover					{ color: blue; }
.photo-meta-data a:visited					{ color: white; }