.contentslide{
	padding: 0px;
	width: 445px;
	height: 350px;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 445px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right; /*Left/ right border width of pagination DIV.*/
	padding: 0 0 4px 0;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 445px; /*IE5 width*/
w\idth: 445px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000000;

}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #000000;
}