.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 366px; /*width of featured content slider*/
height: 246px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
z-index:100;
background: white;
width: 360px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 240px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
border: 3px solid #961a21;

}

.pagination{
width: 80px;
height: 25px;
text-align: center;
padding-top: 5px;
margin-top: -30px;
margin-right:30px;
position:relative;
float:left;
z-index:1000;
background-image: url('images/gallery_tab.png');
background-repeat:no-repeat
}

.pagination a{

text-decoration: none; 
color: #00007D;

}

.pagination a:hover, .pagination a.selected{
color: #000;

}
