@charset "utf-8";
.featured img {
	padding-left: 25px;
}

    div#rotator {
	position:relative;
	height:200px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	background: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
    div#rotator ul li.show {
	z-index:500;
}
