.contentslide{
border: 1px outset silver;
border-bottom-width: 4px;
border-left-width: 4px;
padding: 5px;
margin-right:auto;
margin-left:auto;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
text-align:right;
}

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

.pagination a{
padding: 0 10px;
text-decoration: none; 
background-color: white;
}

.pagination a:hover, .pagination a.selected{
	color: white;
	background-color: #6A6A6A;
}