div#rotator{
	position: relative;
	width: 800px;
	height:275px;
	background: #cad2df;
}

div#rotator  a img{
	position:absolute; top:0px; left:0px;
	border: 2px solid #333;
	height: 252px; cursor: pointer;
	margin: 10px 0 10px 10px;
}

div#rotator div.caption {
	border: 1px solid black;
	background: white;
	font-family: Verdana; font-size: 12px;
	margin: 0; 
	position: absolute; right: 10px;
	cursor:pointer; height: 80px; width: 206px;
	margin-bottom:5px;
}

div#rotator div.innerCaption{
	margin: 3px 5px;
}

div#rotator div.caption {
	color: gray;
}

div#rotator div#current{
	color: black;
}

div.caption  h1,div.caption  h2,div.caption  h3,div.caption  h4,div.caption  h5, div.caption  p{
	padding: 0; margin: 0 0 3px 0;
	font-size:90%;
	text-transform:uppercase;
}

div#rotator div.caption  p{
	font-size: 80%; 
	text-transform:none;
}

div.caption span.byLine {
	text-transform: uppercase;
	font-size:80%;
}
