/*
* Allofthelights.js
* Version: 1.0
* http://www.megaptery.com/allofthelights/
*/

#switch {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(images/switch.png) no-repeat 0 0;
	cursor: pointer;
	z-index: 200;
	margin: 0;
	right: 50px;
	top: 80px;
}
#switch_off {
	width: 30px;
	height: 30px;
	background: url(images/switch.png) no-repeat 0 -30px;
	cursor: pointer;
	z-index: 200;
}
