.slider1 {
	width:960px;
	height:350px;
}
.contentslide {
	border: 0;
	border-bottom-width: 0px;
	padding: 0px;
	width:960px;
	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:relative;
	left:850px;
	top:-30px;
	width:220px;
	height:20px;
	line-height:20px;
	z-index:1;
}

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

.pagination a, .pagination a:visited {
	padding:0 20px 0 0;
	text-decoration: none;
	color: #FDBB52;
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	line-height:20px;
	font-weight:bold;
}
.pagination a:hover, .pagination a.selected {
	color: #2F2F2F;
}

