.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 932px;
	height: 205px;
	padding: 0;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: white;
	width: 932px; /*width of content DIVs within slider.  */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.sliderwrapper .contentdiv img {
	border:none;
}
.pagination {
	width: 932px; /*Width of pagination DIV.*/
	height: 205px;
	text-align: right;
	top: 235px;
	right: 0px;
	position: absolute;
	z-index: 500;
	padding: 5px 10px;
	font-family: verdana;
	font-size: 9px;
	font-weight:700;
}
.pagination a {
	padding: 0 5px;
	text-decoration: none;
	color: #504e3d;
	background: #e5e5dd;
}
.pagination a:hover, .pagination a.selected {
	color: #e5e5dd;
	background-color: #504e3d;
}
