.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid #D2EDFF;
	border-bottom-width: 0px;
	width: 350px; /*width of featured content slider*/
	height: 400px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	white-space: normal;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0; /*leave as is*/
	top: 0; /*leave as is*/
	padding: 5px;
	background: #D2EDFF;
	width: 350px; /*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=400);
	-moz-opacity: 100;
	opacity: 100;
	
}

.pagination1{
	/*width: 200px;*/ /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #88ACBE;
	color: #ffffff;
	padding: 5px 7px 5px 7px;
	margin: 0px 0px 0px 0px;
	font: bolder 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.pagination1 a{
	padding: 5px 7px 5px 7px;
	margin: 1px 0 1px 2px;
	text-decoration: none;
	color: #000;
	background: #D2EDFF;
}

.pagination1 a:hover, .pagination1 a.selected{
	color: #FFFFFF;
	background-color: #ffd700;
}

