#rotator
{
	border: 1px solid #000;
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	position: relative;
	width: 400px;
	height: 327px;
	background-color: #000;
}

#rotator div
{
	display: none;
	position: absolute;
	top:0;
	left:0;
	padding:0;
}

#rotator blockquote
{
    margin:7px 0 0 0;
    padding:5px 0;
    text-align:center;
    font-size:12pt;
    font-weight:bold;
}

#rotator a
{
    color: #FFF;
}

#rotator img
{
	border:0;
	margin:0 0 6px !important;
	cursor: pointer;
	width: 400px;
	height: 300px;
}