.contentslide {
	border: 2px solid #0066CC;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 5px;
	margin-top: 0px;
	width: 600px;
	height: 350px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.contentslide .contentdiv {
	display: none;
}

.pagination{
	position: absolute;
	width: auto; 
	height: auto;	
	top: 350px;
	left: 320px;	
	background-color: transparent;
	text-align: left;
	text-transform: uppercase;
	/*Left/ right border width of pagination DIV.*/
	padding-left: 10px; 
	padding-right: 0px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
}

.pagination a {
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-right: 5px; 
	padding-left: 5px;
	text-decoration: none; 
	color: #0066CC;
	background-color: #FFFFFF;
	border: 1px solid #0066CC;
}

.pagination a:hover {
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-right: 5px; 
	padding-left: 5px;
	text-decoration: none; 
	color: #0066CC;
	background-color: #99CCCC;
	border: 1px solid #0066CC;
}
.pagination a.selected {
	padding-top: 0px; 
	padding-bottom: 0px; 
	padding-right: 5px; 
	padding-left: 5px;
	text-decoration: none; 
	color: #FFFFFF;
	background-color: #0066CC;
	border: 1px solid #0066CC;
}


* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 400px; /*IE5 width*/
	width: 416px; /*IE6 width*/
}