.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-right: Solid 1px #999999;
border-left: Solid 1px #999999;
border-top: Solid 1px #999999;
width: 723px; /*width of featured content slider*/
height: 282px;
margin-top: -4px;
z-index:-1;
}



.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;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.pagination{
width: 715px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/

background-color:#F1F6F8;
padding: 4px 4px 4px 4px;
z-index:10;
border: solid 1px #999999;
text-align: right;
}

.pagination a{

text-decoration: none; 
color: #00007D;
background: #F1F6F8;
padding-left: 3px;

}

.pagination a:hover, .pagination a.selected{
text-decoration: none;


}


.photo-meta-data	{ font-size: 13px;background: url(/lib/img/transpBlack.png);  padding: 10px;  width: 723px;
						 margin-top: -49px; position: relative; z-index: 9999; color: white;}
.photo-meta-data span 	{ font-size: 13px; }


