fieldset { -moz-border-radius: 6px; border-radius: px; }

.contentslide{
/* border-bottom-width: 6px;  */
/* width: 510px; */
/*height: 200px; */
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
/* width: 505px; */
/* height: 100%; */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentslide .contentdiv{
display: none;
/* font-family: verdana; */
}

.pagination{
position: absolute;
top: 475px;
width: 495px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
/* background-color: navy; */
/* border: 1px solid gray; */
/* border-width: 0 10px; Left/right border width of pagination DIV.*/
padding: 0 0 0 40px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 495px; /*IE5 width*/
w\idth: 495px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
font-size: 10px;
font-weight: bold;
font-family: verdana,arial,sans-serif;
text-decoration: none; 
/*color: #49a3e7; */
color: #1d4872;
background-color: white;
border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc; border-top: 1px solid #cccccc;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #1d4872;
}