﻿#rotation {
	position: relative;
}
#rotation > img {
	border: 1px solid #535252;
	position:absolute;
	top:0px;
	left:0px;
}
#rotation ul {
	position: absolute;
	top: 11px;
	right: 4px;
	list-style:none;
	z-index:999;
	margin-top:0px;
	padding-top:0px;
}

#rotation li {
	background-color: #333333;
	border: 2px solid #B4EAE1;
	float: left;
	margin-right: 4px;
	cursor:pointer;
	width: 11px;
	height: 11px;
	padding: 0px 0px 0px 0px;

}

#rotation li.active {
	background-color: #2398A8;	
	cursor:default;
}

#rotation li#playpause {
	margin-right: 10px;
	padding: 0px 0px 0px 0px;

}

#rotation li img {
	width: 11px;
	height: 11px;
	margin:0px;
	top:0px;
	vertical-align:top;
}

