.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:0;
border-bottom-width: 1px;
width: 650px; /*width of featured content slider*/
height: 142px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 650px; /*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{

text-align: left;
position:absolute;
right: 10px;
top:0;  
}

.pagination a{
padding:15px 3px 3px 3px;
text-decoration: none; 
color: #fff;
background: #bab3d5;
font-family:Times New Roman;
text-align:center;
width:15px;
display:block;
float:left;
margin: 0 3px;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #6f678d;
}
