.contentslide{
border: 1px solid #E7E7E7;
padding:10px;
width: 550px;
height: 300px;
line-height: 300px;;
}

.contentslide .contentdiv{
display: none;
	
}

.pagination{
width: 550px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
/*background-color: #E7E7E7;*/
border: 0px solid #E7E7E7;
padding: 0 0 0px 0;
margin:0;
text-decoration: none;
text-align:center;
}

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

.pagination a{
padding:0 4px 0 4px;
text-decoration: none; 
color: #000;
background-color: white;
font-weight:bold;
margin:0;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #990000;
margin:0;
}
/*#paginate-slider1 { font-size:30px; text-decoration:none;}*/
