/* rotator in-page placement */
#rotator {
	display: block;
	position:relative;
	width: 677px;
	height: 305px;
	background: url(../images/masthead_bg.png) no-repeat;
}

/* rotator css */
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}

/* rotator image style
div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
} */

div#rotator ul li.show {
	z-index:500;
}
