.contentslide{
	width: 520px;
	height: 360px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-top: 10px;
	position: relative;
	background-color: #CCCCCC;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 520px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
	height: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: relative;
	background-color: #CCCCCC;
}

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

.pagination a{
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	width: 500px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 5px;
	position: relative;
}

.pagination a:hover, .pagination a.selected{
	color: #666666;
	text-decoration: underline;
	position: relative;
}

