.contentslide{
	position:absolute;
	top:45px;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	border-left: 2px solid #999999;
	width: 240px;
	height:418px;
	overflow:auto;

	}

.contentslide .contentdiv{
display: none;
}

.contentdiv {
	margin-top:-12px;
	margin-bottom:-12px;
}

.contentdiv p{
	margin-right: 5px;
	margin-left: 5px;
	}

.pagination{
	position:relative;
	top:10px;
	
	width: 240px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-left: 2px solid #999999;
	background-color: #42597B;
	
	padding-bottom: 9px;
	padding-left: 0;
	padding-top:10px;

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 240x; /*IE5 width*/
w\idth: 256px; /*IE6 width*/
}

.pagination a, .pagination span{
	font-family:Helvetica, Arial, Sans-serif;
	text-decoration: none;
	color:#ffffff;

	background-color:transparent;
	cursor:pointer;
	
	padding-right: 6px;
	padding-left: 6px;
}

.pagination a:hover, .pagination a.selected, pagination span.over{

}