.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #f6f6f6; /*leave as is border: 10px solid navy;*/
border-bottom-width: 6px;
width: 98%; /*width: 400px;width of featured content slider*/
height: 225px; /*height: 250px;width of featured content slider*/
}



.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: 98%; /*width: 390px; height: 100%; width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
background-color:#f6f6f6;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 90%; /* width: 400px;Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #f6f6f6; /*background-color: #f6f6f6; background-color: navy;*/
padding: 2px 10px;
}

.pagination a.linka{
width:14px;
padding: 0 2px;
text-decoration: none; 
background-image:url(../images/dot_small.gif);
background-repeat:no-repeat;

/* background: white;*/
}

.pagination a.linka:hover, .pagination a.linka.selected{
width:14px;
background-image:url(../images/dot_big.gif);
background-repeat:no-repeat;
/*background-color: #FEE496;*/

}


