.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #000;
width: 476px; /*width of featured content slider*/
height: 200px;
}

.sliderwrapperfront{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #000;
width: 476px; /*width of featured content slider*/
height: 150px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
height: 100%;
background: #000;
width: 478px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapperfront .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
height: 100%;
background: #000;
width: 478px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 472px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding: 1px;
height: 14px;
vertical-align: middle;
border-top-style : solid;
border-top-color : #444;
border-top-width : 1px;
border-bottom-style : solid;
border-bottom-color : #000;
border-bottom-width : 1px;
border-right-style : solid;
border-right-color : #000;
border-right-width : 1px;
border-left-style : solid;
border-left-color : #444;
border-left-width : 1px;
font-size : 9pt;
font-family : Verdana, Tahoma,Trebuchet MS, Arial, Helvetica, sans-serif;
font-variant : small-caps;
font-weight: bold;
text-decoration: none;
}

.pagination a{
padding: 1px;
border-top-style : solid;
border-top-color : #444;
border-top-width : 1px;
border-bottom-style : solid;
border-bottom-color : #000;
border-bottom-width : 1px;
border-right-style : solid;
border-right-color : #000;
border-right-width : 1px;
border-left-style : solid;
border-left-color : #444;
border-left-width : 1px;
font-size : 9pt;
font-family : Verdana, Tahoma,Trebuchet MS, Arial, Helvetica, sans-serif;
font-variant : small-caps;
font-weight: bold;
text-decoration: none;

}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #309;
}
