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

#rotate {
	margin-bottom: 5px;	
}

#rotator {
	position: relative;	
	margin-bottom: 5px;
	overflow: hidden;
}

#rotator .rotate {
	display: none;	
	position: absolute;
	top: 0px;
	left: 0px;
}

#rotator .rotate:first-child {
	display: block;
}

#rotateButtons {
	float: right;	
}

.rotateButton {
	border: 2px solid #85A3CE;
	width: 8px; 
	height: 8px;
	float: left;
	margin: 0px 3px;
}

.rotateButton.active {
	background: #85A3CE;
}

