.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid navy;
	border-bottom-width: 0px;
	width: 454px; /*width of featured content slider*/
	height: 206px;	
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	z-index:1;

/* padding: 5px; */
	background: ;
	/*width: 390px; 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;
	padding-top: 0px;
	padding-right: 16px;
	float: left;
}

.pagination{
	width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	background-color: ;
	font: 12px Arial, Helvetica, sans-serif;
	/* padding: 5px 10px; */
}

.pagination a{
	/* padding: 0 5px; */
	text-decoration: none;
	color: #500150;


	background: ;
	text-align: left;
	font-weight: normal;
}

.pagination a:hover, {
	color: red;
	background-color: ;
}

/* .pagination a.selected {
	color: #FF7800;
}
*/

#Image1Text {
	position:absolute;
	z-index:2;
	left: 40px;
	top: 40px;
	width: 142px;
	height: 158px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

#Image2Text {
	position:absolute;
	z-index:2;
	left: 41px;
	top: 39px;
	width: 143px;
	height: 165px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

#Image3Text {
	position:absolute;
	z-index:2;
	left: 42px;
	top: 39px;
	width: 142px;
	height: 162px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

#ImageText {
	position:absolute;
	z-index:2;
	left: 40px;
	top: 40px;
	width: 142px;
	height: 162px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

.ImageText {
	position:absolute;
	z-index:2;
	left: 40px;
	top: 40px;
	width: 142px;
	height: 162px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

