@import "rotator.css";
#body {
	font-size: 15px;
}
#rotatorc {
	background-color: #000000;
	height: 350px;
	margin: 5px 5px 0 5px;
	margin-bottom: 5px;
}
#rotator_overlay {
	background-color: #f3f3f3;
	border-right: 5px solid #FFFFFF;
	font-size: 20px;
	height: 334px;
	/*float: left;*/
	
	position: absolute;
	right: 0;
	background-color: #222222;
	color: #FFFFFF;
	opacity: .7;
	filter: alpha(opacity=70);
	float: right;
	
	padding: 8px;
	width: 234px;
}
#rotator_buffer {
	/*margin-left: 255px;*/ 
	margin-right: 250px;
}
#rotator, #rotator_buffer {
	background-color: #000000;
	background-position: 0 center;
	background-repeat: no-repeat;
	height: 350px;
}
#rotator_select {
	background-color: #222222;
	border-bottom: 1px solid #333333;
	height: 22px;
	margin: 0 5px 5px 5px;
	
	height: 48px;
	padding: 2px 0;
	position: absolute;
	top: 402px;
	left: 0;
	right: 0;
	opacity: .7;
	filter: alpha(opacity=70);
}
#rotator_select img {
	border: 2px solid #000000;
}
#rotator_select .item {
	color: #999999;
	cursor: default;
	float: left;
	padding: 3px 6px;
}
#rotator_select .item:hover {
	/*background-color: #FFFFFF;*/
}
#rotator_select img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#right {
	float: right;
	padding-left: 10px;
	width: 180px;
}