.contentslide{
	width: 375px;
	height: 185px;
	border: 1px solid #999999;
	text-decoration: none;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-right: auto;
	padding: 0px;
	margin-left: auto;
	position: absolute;
	left: 408px;
	top: 250px;
}

.contentslide .contentdiv{
	display: none;
	height: 175px;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}

.pagination{
	width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	background-color: #EBEBEB;
	padding: 3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

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

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	margin: 2px;
}

.pagination a:hover, .pagination a.selected{
	color: #999999;
	padding: 0 5px;
	font-size: 11px;
	margin: 2px;
}
.theadslider {
	font-size: 9pt;
	text-decoration: none;
	float: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 370px;/*same width as contentdiv*/
	position: relative;
	padding: 2.5px;
	margin-bottom: 3px;
}
.slidertxt, .slidertxt a{
	font-size: 11px;
	line-height: 1.3;
	text-decoration: none;
	color: #333333;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	position: relative;
}
.slidertxt a:hover, .slidertxt a.selected{
	font-size: 11px;
	line-height: 1.3;
	text-decoration: none;
	color: #999999;
	
}
.contentslider3 {
	width: 500px;
	height: 217px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #333333;
	padding: 0px;
	float: left;
	margin: 8px;
}
.contentslide3 .contentdiv{
	display: none;
	height: 175px;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
