.content{width:98%; }

.contentslide{
width: 98%;
margin:auto;
border: 1px solid #d1d1d1;
/*border-bottom-width: 1px;*/
padding: 3px;
height: 90%;
background-color:#FFFFFF;
background-image:url(../images/bg_b2.gif);
background-repeat: repeat;
}

.contentslide .contentdiv{
display: none;
overflow:auto;
}



.pagination{
width: 98%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
margin:auto;
height:100%;
text-align: right;
background-color: #990000;
border: 1px solid #990000;
border-width:0px 10px 0px 10px ;/*Left/ right border width of pagination DIV.*/
padding: 4px 0 4px 0;
font-size:12px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 96%; /*IE5 width*/
w\idth: 96%; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
font-weight:bold;
clear:both;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
font-weight:bold;
}