.contentslide{
position:relative;
display:block;
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 620px;
height: 230px;
background-color:#A48F7A;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 620px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
height:55px;
background-color: #ffffff;
padding-top:-10px;
margin-top:-0px;
border: 0px solid #000047;
border-width: 0px; /*Left/ right border width of pagination DIV.*/
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 624px; /*IE5 width*/
w\idth: 620px; /*IE6 width*/
padding:0px;
margin:0px;
}

.pagination a{
position:relative;
float:left;
padding:0px;
margin-right:-0px;
margin-left:-0px;
margin-bottom:-1px;
text-decoration: none; 
color: #2e6ab1;
background-color: #000;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #fff;
}

.tab {
filter:alpha(opacity=70);
-moz-opacity:.7;
opacity:.7;
}

