.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 480px; /*width of featured content slider*/
height: 160px;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 325px; /*width of featured content slider*/
height: 188px;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 480; /*width of featured content slider*/
height: 188px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
background: white;
width: 470px; /*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;
}

.sliderwrapper2 .contentdiv2{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
background: white;
width: 315px; /*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;
}

.sliderwrapper2 .contentdiv2{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
background: white;
width: 480px; /*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: 480px;
height: 18px;
text-align: left;
font-size:14px;
}

.pagination2{
width: 325px;
height: 27px;
text-align: left;
}

.pagination3{
width: 480px;
height: 27px;
text-align: left;
}

.pagination a{
font-weight: bold;
padding: 1px 5px;
text-decoration: none; 
color: #ffffff;
background: #ab0000;
letter-spacing: 0.1em;
}

.pagination2 a{
font-weight: bold;
padding: 1px 5px;
text-decoration: none; 
color: #ffffff;
background: #ab0000;
letter-spacing: 0.1em;
font-size:10px;
}

.pagination3 a{
font-weight: bold;
padding: 1px 5px;
text-decoration: none; 
color: #ffffff;
background: #ab0000;
letter-spacing: 0.1em;
font-size:10px;
}

.pagination a:hover, .pagination a.selected{
font-weight: bold;
color: #ffffff;
background-color: #000000;
}
.pagination2 a:hover, .pagination2 a.selected{
font-weight: bold;
color: #ffffff;
background-color: #000000;
}
.pagination3 a:hover, .pagination2 a.selected{
font-weight: bold;
color: #ffffff;
background-color: #000000;
}

