ul#tabs {
	position: absolute;
	bottom: 10px;
	right: 85px;
	padding: 0;
	margin: 0;
	width: 135px;
	z-index: 50;
}

	div#rotator ul#tabs {
			list-style-type: none;
		}
		
			div#rotator ul#tabs li {
				position: relative;
				width: 18px;
				height: 18px;
				float: left;
				z-index: 20;
				cursor: pointer;
				margin-right: 4px;
				
				background: url(../images/site_images/rotator/boxes.png) left top no-repeat;
			}
			
					div#rotator ul#tabs li.current {
					
					background: url(../images/site_images/rotator/boxes.png) right top no-repeat;
				}

					

#rotator ul#output {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 964px;
	height: 250px;
	float: right;
}

#rotator ul#output li {
	position: absolute;
	top: 0;
	left: 0;
	width: 964px;
	height: 290px;
}

	#rotator ul#output li a#steam_showers_button {
		display: block;
		position: absolute;
		height: 34px;
		width: 136px;
		bottom: 24px;
		left: 318px;
	}
	
	#rotator ul#output li a#toilets_button {
		display: block;
		position: absolute;
		height: 34px;
		width: 136px;
		bottom: 17px;
		left: 63px;
	}
	
	#rotator ul#output li a#bathroom_vanities_button {
		display: block;
		position: absolute;
		height: 34px;
		width: 136px;
		bottom: 11px;
		left: 20px;
	}
