
#billboardContainer {
	width:2784px;
	position:relative;
}
.rotatorContainer {
	position:absolute;
	height:18px;
	top:440px;
	left:628px}

.rotatorContainer .rotateBtn1 {
	background: url(/images/billboard/rotate1.gif) no-repeat 100% 0;
	width:17px;
	height:18px;
	margin-right:3px;
	cursor:pointer;
	float:left;
}
.rotatorContainer .rotateBtn1.selected, .rotatorContainer .rotateBtn1:hover {
	background: url(/images/billboard/rotate1.gif) no-repeat 0 0;
}
.rotatorContainer .rotateBtn2 {
	background: url(/images/billboard/rotate2.gif) no-repeat 100% 0;
	width:17px;
	height:18px;
	margin-right:3px;
	cursor:pointer;
	float:left;
}
.rotatorContainer .rotateBtn2.selected, .rotatorContainer .rotateBtn2:hover {
	background: url(/images/billboard/rotate2.gif) no-repeat 0 0;
}
.rotatorContainer .rotateBtn3 {
	background: url(/images/billboard/rotate3.gif) no-repeat 100% 0;
	width:17px;
	height:18px;
	margin-right:3px;
	cursor:pointer;
	float:left;
}
.rotatorContainer .rotateBtn3.selected, .rotatorContainer .rotateBtn3:hover {
	background: url(/images/billboard/rotate3.gif) no-repeat 0 0;
}

