#rotator  { 
	width: 960px;
	height: 450px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}

#rotator a { text-decoration: none; }

#rotator .item {
	background-position: top right;
	background-repeat: no-repeat;
	width: 960px;
	height: 450px;
	float: left;
}

#rotator .caption {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	width: 960px;
	color: #FFF;
	color: rgba(255,255,255,.7);
	text-shadow: 4px 4px 7px rgba(0,0,0,0.5);
}

#rotator .top { top: 20px; }
#rotator .bottom { bottom: 10px; }
#rotator .left { left: 30px; text-align: left; }
#rotator .right { right: 30px; text-align: right; }
