.contentslide{
	color:#FFF;
	overflow: hidden; 
	position:absolute;
	clear:both;
	border: 0px solid #000;
	float: right;
	margin: 70px 0 0 100px;
	width:70%;
	height: 205px;
	z-index: 1;
}

.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{
	display:none;
	position:relative;
	float:right;
	top: 235px;
	right: -230px;
	z-index: 2;
}

.pagination2{
	position:relative;
	float:right;
	top: 235px;
	right: -230px;
}

* 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: 416px; /*IE6 width*/
}

.pagination a{
	padding: 3px;
	text-decoration: none; 
	color: #fff;
	font-weight: bold;
	background-color: #46A9DE;
}

.pagination a:hover, .pagination a.selected{
	color: #114D96;
	font-weight: bold;
	background-color: #46A9DE;
}
