.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height: 300px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
-moz-opacity: 1;
}

.sliderwrapperX{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height: 290px;
}



.sliderwrapperX .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
-moz-opacity: 1;
}


.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
height: 18px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: BLACK;
background: #CBC8C2;
font-weight: bold;

}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: #A51306;
}




.pagination2{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: CENTER;
height: 18px;
}

.pagination2 a{
padding: 0 5px;
text-decoration: none; 
color: BLACK;
background: #CBC8C2;
font-weight: bold;

}

.pagination2 a:hover, .pagination a.selected{
color: white;
background-color: #A51306;
}



