.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 460px; /*width of featured content slider*/
height: 219px;
}



.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: transparent;
width: 460px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
/* filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); */ /* deleted because of ie fonts problems*/
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 420px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: transparent;
padding: 0px 0px;
position: absolute;
top: 17px;
right: 30px;
z-index: 100;
}

.pagination a{
padding: 2px 7px 8px 5px;
text-decoration: none; 
color: #d9f7b5;
font-size: 6px;
display: block;
float: right;
height: 7px;
background: transparent url(../images/anim_mark_inactive.gif) top left no-repeat;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background: transparent url(../images/anim_mark_active.gif) top left no-repeat;
}
