.contentslide{
	border-bottom-width: 6px;
	padding: 5px;
	width: 130px;
	height: 200px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #800000;
	border-right-color: #800000;
	border-bottom-color: #800000;
	border-left-color: #800000;
	position: absolute;
	top: 221px;
	left: 80px;
	background-color: #FEFFB3;
}

.contentslide .contentdiv{
	display: none;
}

.pagination{
	width: 130px;
	background-color: #800000; /*Left/ right border width of pagination DIV.*/
	padding: 0 0 2px 0;
	border-top-width: 0;
	border-right-width: 10px;
	border-bottom-width: 0;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #800000;
	border-right-color: #800000;
	border-bottom-color: #800000;
	border-left-color: #800000;
	position: absolute;
	left: 80px;
	top: 440px;
	height: 15px;
	text-align: right;
	color: #FEFFB3;
}

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

.pagination a{
	padding: 0 2px;
	text-decoration: none;
	color: #800000;
	background-color: #FEFFB3;
}

.pagination a:hover, .pagination a.selected{
	color: #800000;
	background-color: #FEFFB3;
}

