#rotatingImages {
	margin-top: 25px;
	margin-bottom: 13px;
	display: block;
	height: 300px;
	position: relative;
	z-index: 1;
}

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

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

#rotatingImages a img
{
	border: 0 none;
}

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

#rotatingImages ul li
{
	background-color: #34495A;
	border: 1px solid #1A2A38;
	color: White;
	cursor: hand;
	cursor: pointer;
	float: left;
	font-size: .9em;
	margin-left: 5px;
	padding: 0px 7px 4px 7px;
	z-index: 50;
	list-style-type: none;
	list-style-image: none;
	display: block;
}

#rotatingImages ul li.current, #rotatingImages ul li.over
{
	background-color: #E37A04;
}





























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