@charset "UTF-8";
/* CSS Document */

#rotator {
		
	position: relative;
}

#rotate {
	margin-top: 69px;
	position: relative;	
}

#rotateButtons {
	float: none;
	position: absolute; 
	bottom: 30px;
	right: 20px;
}

.rotateButton {
	border: none;
	background-color: none;
	background: url('/img/rotatorbtn.png');
	background-position: -18px 0;
	width: 14px; 
	height: 14px;
	float: left;
	margin: 0px 3px;
}

.rotateButton.active {
	background: url('/img/rotatorbtn.png');
	background-position: 0 0;
	background-color: none;
}

.rotateOverlay {
	background: url('/img/overlay.png') top center repeat-x; 
	margin-top: 371px; 
	width: 944px; 
	height: 54px; 
	padding: 5px 20px; 
	position: absolute; 
	top: 0px;	
}


.rotateOverlay A {
	color: white;
	text-decoration:none;
}

.rotateOverlay A:hover {
	text-decoration: underline;	
}


