.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height: 470px;
text-align: center;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
text-align: center;
padding: 0px;
width: 100%; 
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
/*width: 500px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
width: 100%;
padding: 10px 1px 10px 1px;
}

.pagination a{
padding: 2px;
text-decoration: none; 
color: #e0e0e0;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #5e5e5e;
}

