.sliderwrapper{
	width: 800px;
	float: left;
	position: relative;
	overflow: hidden;
	background-color: white;
	visibility: visible;
	
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: relative;  /*leave as is*/
	padding: 0px;
	width: 800px;




	
	







filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: white;
	left: 0px;
	top: 0px;
}
#content-slider {
	position: relative;
	clear: left;
	float: left;
	overflow: hidden;
	width: 907px;
	height: auto;
	background-color: white;
	visibility: visible;


}
#Overview2{
	
	}
.pagination{
	width: 897px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	background-color: #dbc6db;
	padding: 5px;
}

.pagination a{
	text-decoration: none;
	color: #000000;
	font-family: Georgia;
	font-size: 17px;
	background-color: #dbc6db;
	margin-right: 40px;
	width: 180px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FFFFFF;
}
#left {
	clear: left;
	width: 45px;
	text-align: left;
	float: left;
	vertical-align: bottom;
	margin-top: 250px;
}
#right {
	clear: right;
	width: 45px;
	text-align: right;
	float: right;
	vertical-align: middle;
	margin-top: 250px;
}
