.contentslide{
	color:#FFF;
	overflow: hidden; 
	clear:both;
	width:80%;
	height: 179px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 100%;
	height: 179px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.contentslide .contentdiv{
	display: none;
}

.contentdiv .flashtext{
	width: 300px;
	position: absolute;
	top: 230px;
	left: 380px;
	z-index: 1;
}

.pagination{
	position:relative;
	float:right;
	top: 10px;
	right: 310px;
	z-index: 2;
}

* 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;
}