.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 760px; /*width of featured content slider*/
height: 330px;
float:right;
}



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

.pagination{
width:90px;
text-align: center;
padding:0 10px;
border-right:dotted 1px #207400;
line-height:21px;
vertical-align:middle;
}

.pagination a{
padding:0 12px 0 0;
text-decoration: none;
display:block;
float:left;
clear:left;
margin:11px 0;
width:62px;
outline: none;
height:21px;
}
.pagination a.selected{
background:url(../images/mouseonarrow1.gif) left top no-repeat;
}
