.contentslide{
	border: 0px;
	border-bottom-width: 0px;
	padding: 0px;
	width: 750px;
	height: 500px;
	background-color: #FFFFFF;
	background-position: center;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 750px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	height: 25px;
	text-align: right;
	background-color: #E6E6E6;
	border: 0px solid black;
	border-width: 0 0px;
	padding: 0px 4px 0px 4px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 745px; /*IE5 width*/
w\idth: 750px; /*IE6 width*/
}

.pagination a{
	text-decoration: none;
	color: #666666;
	background-color: #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

