.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 595px; /*width of featured content slider*/
height: 270px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 595px; /*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);
-moz-opacity: 1;
opacity: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px
}

.pagination{
width: 460px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
font-family:arial;
font-size:11px


}

.pagination a{
padding:3px 8px 4px 7px;
text-decoration: none; 
color: #cccccc;
backgro/und: white;
background-image:url(../../../images/template/icon/round_inactive.png);
width:27px;
height:27px;
margin-left:5px;
border:0px solid red
}

.pagination a:hover, .pagination a.selected{
color: #000;
padding:3px 8px 4px 7px;
background-image:url(../../../images/template/icon/round_active.png);
width:27px;
height:27px;
margin-left:5px;

}
