@charset "utf-8";
.spotlight-hide { display:none; }
.spotlight-item {
	background-color: #FFFFFF;
	color:black;
	width:722px;
	height:148px;
	margin-bottom:24px;
	position: relative;
	z-index: 1;
}
.spotlight-item img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.spotlight-navposition {
	z-index: 2;
	float: right;
	position: relative;
	bottom: 50px;
	right: 20px;
}
#spotlight-counter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999;
	z-index: 3;
	float: right;
	position: relative;
	bottom: 46px;
	right: 18px;
}
