#rotator {
	width:720px;
	height:360px;
	overflow:hidden;
}
#rotator img {
	display:none;
	position:absolute;
	top:0;
	width:720px;
	height:360px;
	cursor:pointer;
}
#rotator img.banner_left {
	left:0;
}
#rotator img.banner_right {
	right:0;
}