.contentslide{
	padding: 4px;
	width: 172px;
	height: 210px;
	background-color: #F7F7F4;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 172px;
	text-align: right;
	background-color: #F7F7F4;
	border: 1px solid #666666;
	border-width: 1 10px;
	padding: 0 0 4px 0;
	display: none;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 180px; /*IE5 width*/
w\idth: 180px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: #eeeeee;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #F7F7F4;
}
