.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 980px; /*width of featured content slider*/
height: 300px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 980px; /*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;
}

.pagination{
	position: absolute;
	width: 192px;
	left: 18px;
	top: 280px;
	z-index: 50;
}

#rotator {
	position: relative;
}
#rotator .pagination ul {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#rotator .pagination ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#rotator .pagination ul a {
	display: block;
	height: 14px;
	width: 14px;
	float: left;
	margin-right: 10px;
	background-image: url('/images/global/circle_shadow.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rotator .pagination ul a:hover {
	background-position: 0px -14px;
}
#rotator .pagination ul a.selected{
	background-image: url('/images/global/circle_outline.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.slidertext	{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 290px;
	background: url('/images/global/grey_trans_bkgd_tile.png');
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: left;
}

.slidertext h2	{
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	font-style:italic;
	padding: 0;
	margin: 0px;
	line-height: 23px;
	text-align: left;
}

.slidertext p {
	font-size: 14px;
	line-height: 18px;
	color: #DCD9B8;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.slidertext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
}
.sliderlogo_white {
	background-color:#f3eedc transparent;
	background-repeat: no-repeat;
	height: 60px;
	width: 250px;
	position: absolute;
	left: 18px;
	top: 10px;
	z-index: 10;
}
.sliderlogo_red {
	background-color:#f3eedc transparent;
	background-repeat: no-repeat;
	height: 100px;
	width: 268px;
	position: absolute;
	left: 18px;
	top: 15px;
	z-index: 500;
}