.contentslide{
border: 0px FFFFFF;
border-bottom-width: 0px;
padding: 0px;
width: 733px;/**/
height: 335px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 725px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
height: 25px;
text-align: right;
vertical-align:top;
border: 1px solid #630;
padding: 3px;
/*background-color: navy;
border: 10px solid navy;
border-width: 0 10px; /*Left/ right border width of pagination DIV.
padding: 0 0 4px 0;*/
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 733px; /*IE5 width*/
w\idth: 733px; /*IE6 width*/
}

.pagination a{
width: 180px;
text-align:center;
padding: 0 0px;
text-decoration: none; 
color: #630;
background-color: #F1F4EA;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
}
.pagination a:hover, .pagination a.selected{
color: #26A5F0;
font-weight: bold;
background-color:#F1F4EA ;
text-decoration: none; 
}
.four {
width: 177px;
text-align:center;
padding: 5px 0px;
text-decoration: none; 
color: #630;
background-color: #F1F4EA;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
float:left
}
.four a:hover, .four a.selected{
color: #26A5F0;
font-weight: bold;
background-color:#F1F4EA ;
text-decoration: none; 
}