.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 auto;
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; padding: 0px 2px 2px 3px; height: 72px; margin-top: -76px; margin-left: -2px; margin-right: -2px; position: relative; z-index: 99; opacity: 0.8; }
.photo-meta-data span { font-size: 11px; }
.photo-meta-data h3	{ font-size: 14px; color: yellow; }

#slider4{
}

#paginate-slider4{
border-color: darkred;
}

#paginate-slider4 a img{
width: 66px;
height: 44px;
border: 2px solid grey;
margin-top: 5px;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
width: 72px;
height: 48px;
border: 4px solid blue;
}