.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 190px; /*width of featured content slider*/
height: 200px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/*padding: 5px;*/
background: white;
width: 190px; /*width of content DIVs within slider (content slider width minus padding). */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 180px; /*Width of pagination DIV (content slider width minus padding).*/
text-align: center;
background-color: #E58C0E;
}

.pagination a{
padding: 0 5px 0 6px;
text-decoration: none;
color: #fff;
border-right:1px solid #fff;
border-bottom:1px solid #fff;
text-transform:uppercase; 
height: 18px; 
}

.pagination a:hover, .pagination a.selected{
color: #3A553D;
background-color: #F2C789;
}

.devicepagination{
width: 180px; /*Width of pagination DIV (content slider width minus padding).*/
text-align: center;
background-color: #4C757D;
}
.devicepagination a{
padding: 0 5px 0 6px;
text-decoration: none;
color: #fff;
border-right:1px solid #fff;
border-bottom:1px solid #fff;
text-transform:uppercase; 
height: 18px; 
}

.devicepagination a:hover, .devicepagination a.selected{
color: #3A553D;
background-color: #8DA1A7;
}

