.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 187px; /*width of featured content slider*/
height: 122px;
margin-top: 5px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
text-align: center;
}

.pagination a{
padding: 0 5px; 
color: #494949;
font-weight: bold;
text-decoration: none;
}

.pagination a:hover{
color: #8E8B39;
font-weight: bold;
text-decoration: none; 
}

.pagination a.selected{
color: #8E5D39;
font-weight: bold;
text-decoration: none; 
}
