.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #d6d6d6;
border-bottom-width: 1px;
width: 189px; /*width of featured content slider*/
height: 198px;
background:#FFF;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 4px;
background: white;
width: 181px; /*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: 171px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background:url(../images/bg-slide.gif) repeat-x #020202;
padding: 6px 10px;
}

.pagination a{
padding: 5px 6px;
text-decoration: none; 
color: #535353;
font-weight:bold;
background:url(../images/bg-slide.gif) repeat-x  10px 0px;
border:1pt solid #060707;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #4d4e4f;
}






.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid grey;
border-bottom-width: 6px;
width: 190px; /*width of featured content slider*/
height: 150px;
}

.sliderwrapper2 .contentdiv2{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 180px; /*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;
}

.pagination2{
width: 170px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: grey;
padding: 5px 10px;
}

.pagination2 a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination2 a:hover, .pagination2 a.selected{
color: #000;
background-color: #FEE496;
}

