#rotatingImages {
	display: block;
	height: 397px;
	position: relative;
}

#rotatingImages a
{
	left: 0px;
	position: absolute;
	top: 0px;
}

#rotatingImages a:hover {
	text-decoration: none;
}

#rotatingImages a img
{
	background-position:13px 16px;
	background-repeat: no-repeat;
	border: 0 none;
}

#rotatingImages ul
{
	list-style-type:none;
	margin: -50px 0 0 20px;
	padding: 0;
	position: absolute;
	top: 80px;
}

#rotatingImages ul li
{
	background-image: url('/images/splash_pageNum.png');
	background-repeat: no-repeat;
	color: White;
	cursor: hand;
	cursor: pointer;
	float: left;
	font-size: 1.7em;
	margin-left: 5px;
	padding: 2px 7px 4px 14px;
	z-index: 50;
	list-style-type: none;
	list-style-image: none;
	display: block;
	width: 19px;
	height: 27px;
}

#rotatingImages ul li.current, #rotatingImages ul li.over
{
	background-image: url('/images/splash_pageNum_active.png');
}


.splashTextWrap {
	position: absolute;
	top: 330px;
	right: 30px;
}

.splashTextLeft {
	background-image: url('/images/splash_textStrip_left.png');
	background-repeat: no-repeat;
	height: 29px;
	width: 13px;
	float:left;
}

.splashText {
	background-image: url('/images/splash_textStrip_middle.png');
	background-repeat: repeat-x;
	padding: 5px;
	height: 29px;
	float: left;
}

.splashTextRight {
	background-image: url('/images/splash_textStrip_right.png');
	background-repeat: no-repeat;
	height: 29px;
	width: 13px;
	float:left;
}

.splashText p {
	margin:0px;
	color: #484848;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}













































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

