.contentslide{
	border: 10px solid #FFD37A;
	border-bottom-width: 6px;
	padding: 4px;
	width: 714px;
	height: 500px;
	background-color: #E5F1E5;
}

.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: block;
	height: 500px;
	position: relative;
}

.pagination{
	width: 722px; /*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: #FFD37A;
	border: 10px solid #FFD37A;
	border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
	padding: 0 0 4px 0;
}

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

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	/* Scrollbar colours */
	scrollbar-face-color:			#FFFFFF;
	scrollbar-highlight-color:		#FFFFFF;
	scrollbar-darkshadow-color:		#FFFFFF;
	scrollbar-shadow-color:			#cccccc;
	scrollbar-arrow-color:			#999999;
	scrollbar-track-color:			#FFFFFF;
	/* Scrollbar colours */
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #006633;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9900;
}
.label strong {
	color: #CC9933;
	text-decoration: none;
}

.label {
	padding: 6px;
	height: 450px;
	width: 185px;
	background-color: #FFFFCC;
	border: thin solid #CC9900;
	float: right;

}
.label2 {
	background-color: #FFFFCC;
	padding: 4px;
	height: 13px;
	width: 450px;
	border: thin solid #CC9900;
	overflow: hidden;
	z-index: 150;
	position: absolute;
	top: 487px;
	left: 12px;
}
.label3 {
	background-color: #FFFFFF;
	padding: 4px;
	height: 13px;
	width: 181px;
	border: thin solid #CC9900;
	text-indent: 40px;
	overflow: hidden;
	z-index: 150;
	position: absolute;
	top: 550px;
	left: 327px;
}
img {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #CC9900;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	border-left-color: #CC9900;
	float: left;
}
a:link {
	font-size: 10px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-size: 10px;
	color: #009966;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-size: 10px;
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;
}
