.sliderwrapper{

position: relative; /*leave as is*/

overflow: hidden; /*leave as is*/

width: 985px; /*width of featured content slider*/

height: 491px;

z-index:10;

}







.sliderwrapper .contentdiv{

visibility: hidden; /*leave as is*/

position: absolute; /*leave as is*/

left: 0;  /*leave as is*/

top: 0;  /*leave as is*/

background: white;

width: 985px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

height: 491px;
/*
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);

-moz-opacity: 1;

opacity: 1;
*/
}



.pagination{

width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/

text-align: right;

margin-top:-50px;

float:right;

margin-right:20px;

position: absolute;

z-index: 1000;

right: 0;



}



.pagination a{

display:inline-block;

width:29px;

height:29px;

line-height:29px;

text-align:center;

background:url(../images/banner_btn_bg.jpg) no-repeat top right;

text-decoration: none; 

color: #c35685;

font-family:Arial, Helvetica, sans-serif;

font-size:20px;

font-weight:bold;

}



.pagination a:hover, .pagination a.selected{

color: #8b0043 !important;

text-decoration: none !important;

background:url(../images/banner_btn_bg.jpg) no-repeat top left;

}