/* -------CONTENT SLIDER STYLES-------- */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #040;
border-bottom-width: 1px;
width: 415px; /*width of featured content slider*/
height: 310px;
}

.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: none;
width: 415px; /*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{
width: 415px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: none;
background: url(/images/39.gif);
padding: 0px 10px 2px 0px;
margin: 0 0 15px 0;
}

.pagination a{
padding: 0 8px 0 8px;
text-decoration: none; 
color: #fff;
background: none;
}

.pagination a:hover, .pagination a.selected{
color: #990000;
background-color: #fff;
text-decoration: none;
padding: 5px 8px 5px 8px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #c00;
border-bottom-width: 1px;
width: 415px; /*width of featured content slider*/
height: 310px;
}

.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: none;
width: 415px; /*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{
width: 415px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: none;
padding: 2px 10px 2px 0px;
}

.photo-meta-data { 
   background: url(/images/37.png); 
   padding: 10px 20px 10px 20px; height: 90px;
   margin: -90px 0 0 0; position:relative;
   z-index: 9999; color: white; }

.photo-meta-data span
   font-size: 13px; }