.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 100%; /*width of featured content slider*/
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
	opacity: 1;
	text-align: center;
}

.pagination{
	width: 600px;
	font-family: "Times New Roman", Times, serif;
	color: #6C6C6C;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
.contentdiv img {
	border: 2px solid #FFFFFF;
	height: 600px;
	margin-bottom: 5px;
}
.cap {
	font-size: 13px;
	text-align: center;
}

.pagination a{
	text-decoration: none;
	color: #575757;
	font-size: 12px;
	padding: 5px;
}

.pagination a:hover {
color: #C0C0C0;
}

.pagination a.selected{
	color: #575757;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: underline;
}
.contentdiv {
	margin: 0px;
	padding: 0px;
}

