/* Start of CMSMS style sheet 'tab_css' */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 375px; /*width of featured content slider*/
height: 175px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 365px; /*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: 355px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
font-family:Arial,sans-serif;
font-size:10pt;
text-transform:uppercase;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #eee;
background: #1a1a1a;
border:#2d2d2d 1px solid;
font-weight:bold;
}

.pagination a:hover, .pagination a.selected{
color: #538bc5;
background-color: #042258;
}
/* End of 'tab_css' */

