.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 942px; /*width of featured content slider*/
height: 430px;
}
.sliderwrapperA{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 942px; /*width of featured content slider*/
height: 519px;
}
.sliderwrapperB{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 942px; /*width of featured content slider*/
height: 379px;
}

.sliderwrapperC{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 942px; /*width of featured content slider*/
height: 314px;
}

.sliderwrapperD{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 942px; /*width of featured content slider*/
height: 314px;
}

.sliderwrapperE{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 942px; /*width of featured content slider*/
height: auto;
}
.sliderwrapperV{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 580px; /*width of featured content slider*/
height: 233px;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 942px; /*width of featured content slider*/
height: 314px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 942px; /*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: 942px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding-top: 5px; 
padding-bottom: 5px;
background-color:#660000;
}

.paginationv{
width: 580px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding-top: 5px; 
padding-bottom: 5px;

}

.pagination a{
text-decoration:  none; 
}

.pagination a:hover, .pagination a.selected{
padding-bottom: 1px;

}

