.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 0px;
	width: 500px; /*width of featured content slider*/
	height: 760px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align:justify;
	font-size: 14px;
	color: #5c5b57;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.sliderwrapper2 {
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 0px;
	width: 500px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	font-size: 14px;
	color: #5c5b57;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.sliderwrapper3 {
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 0px;
	width: 500px; /*width of featured content slider*/
	height: 720px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	font-size: 14px;
	color: #5c5b57;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.sliderwrapper4 {
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 0px;
	width: 500px; /*width of featured content slider*/
	height: 900px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	font-size: 14px;
	color: #5c5b57;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.pagination a{
text-decoration: none; 
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.pagination{
	width: 759px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	margin: auto;
	height: 36px;
	padding: 0px;
	margin-bottom:-4px;
}




.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 480px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 700px;
	font-family: "Trebuchet MS", Verdana, Arial;


	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
