* {
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 0px;
width: 300px; /*width of featured content slider*/
height:160px;
}



.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination {
position:relative;
right: 15px;
bottom: 5px;
text-align: right;
}

.pagination a{
font-weight:bold;
font-size:6pt;
padding: 0 3px;
text-decoration: none;
color:black; 
background: orange;
}

.pagination a:hover, .pagination a.selected {
color: #000;
background-color: #ecc97d;
}