.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;*/
background: url(images/tv.jpg) top center;
margin: 5px auto;
width: 500px; /*width of featured content slider 400 idi*/
height: 316px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 27px 32px 33px 29px; /*5 idi*/
/*background: white;*/
width: 440px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) 440+30+30=500*/
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
position: relative; /*leave as is*/
width: 500px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)500+10+10=520*/
text-align: center; /*text-align:right idi*/
background-color: navy;
padding: 10px auto;
}

.pagination a{
padding: 10px 0px;
text-decoration: none; 
color: #00007D;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.photo-meta-data {
    background-color: #000000;
	width: 432px;
    height: 90px;
    margin-right: 30px;
    margin-top: -92px;
    opacity: 0.7;
    padding: 0 2px 2px 6px;
    position: static;
    z-index: 200;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=70);
-moz-opacity: 0.7;
}

.photo-meta-data span { font-size: 11px; }
.photo-meta-data h3	{ font-size: 14px; color: yellow; }

#slider4{
}

#paginate-slider4{ margin: 5px 0 0 0; }

#paginate-slider4 a img{
border: 2px solid #cccccc; width: 66px; height: 44px; padding: 2px; cursor:pointer; opacity:0.8; -moz-opacity:0.8; filter:alpha(opacity=80);
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{ border: 4px solid #000000; opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }
