.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 450px; /*width of featured content slider*/
height:190px;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 450px; /*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;
line-height:23px;

}
.contentdiv a
{
color:#666666; text-decoration:none;
}
.contentdiv a:hover
{
color:#000000; text-decoration:none;
}

.pagination{
width: 200px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/

}

.pagination a{

text-decoration: none; 
color: #666666;

}

.pagination a:hover, .pagination li a:selected{
color: #000; background-image:url(images/rotator-shadow-hover.png);
width:195px;float:left;

}

.pagination1{
width: 620px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding-left:20px;
}


.sliderwrapper1{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 620px; /*width of featured content slider*/
height:190px;

}



.sliderwrapper1 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
margin-top:15px;
padding: 5px;
width: 620px; /*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;
line-height:23px;

}