.sliderwrapper2{
overflow: hidden; /*leave as is*/
width: 988px; /*width of featured content slider*/
height: 275px;
float:left;
padding:0px 0px 0px 0;  
}
.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
width: 988px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 275px;
background:#dcdcdc url(../images/portfolio-detail-bg.gif) top left repeat-x;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination2{
width: 239px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
float:left;
padding:0 14px 0 0;
}
.pagination2 a{
padding: 0px;
text-decoration: none; 
color: #00007D;
padding:1px 0px;
border-bottom:1px dotted #143762;
font:normal 12px "Trebuchet MS"; 
color:#747474;
display:block;
width: 239px;
float:left;
cursor:pointer;
}
.pagination2 a img{
filter:progid:DXImageTransform.Microsoft.alpha(opacity=70);
-moz-opacity: 0.3;
opacity: 0.3;
margin-right:8px;
float:left;
border:1px solid #515151;
}
.pagination2 a span{
padding:20px 0 0 0;
float:left;
}
.pagination2 a:hover, .pagination2 a.selected{
color:#000000;
border-bottom:1px dotted #143762;
background:url(../images/active-thumb-repeater.gif) bottom left repeat-x;
}
.pagination2 a:hover img, .pagination2 a.selected img{
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
border:1px solid #000000;
}
