.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #DBDBDB;
border-bottom-width: 0px;
width:950px; /*width of featured content slider*/
height: 2400px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 950px; /*width of content DIVs within slider. Total width should equal slider's inner width (910+20+20=950) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 950px; /*Width of pagination DIV. Total width should equal slider's outer width (940+5+5=950)*/
text-align: right;
background-color: ;
padding: 10px 0px;
font-family: arial;
font-size: 0.3em;
line-height: 3pt;

}

.pagination a{
padding: 0px 20px;
text-decoration: none; 
color: #CACCCA;
background: ;
}

.pagination a:hover: .pagination {
color: #BE6983;
background-color: #;
text-decoration:none;
}
#paginate-slider2 a:hover, #paginate-slider2 {
text-decoration:none;
color: #BE6983;
}
