.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 235px; /*width of featured content slider*/
height: 150px;
margin-left: 10px;
}

.sliderwrapper img {padding: 7px; width: 184px; height: 122px;}

.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: #000;
width: 225px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
background:  url(../images/ramka.png) no-repeat;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
margin-top: 10px;
width: 235px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
font: 9px Tahoma;
}

.pagination a{
padding: 7px 6px 8px 7px;
text-decoration: none; 
color: #8a8a8a;
}

.pagination a:hover, .pagination a.selected{
background:  url(../images/selected.png) no-repeat top;
color: #ffffff;
}