/*
* Allofthelights.js
* Version: 1.0
* http://www.megaptery.com/allofthelights/
*/

#switch {
	display: inline-block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 200;
	margin: 0;
	float: right;
	background-image: url(../img/switch.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#switch_off {
	width: 30px;
	height: 30px;
	background: url(../img/switch.png) no-repeat 0 -30px;
	cursor: pointer;
	z-index: 200;
}

.switchtest{ float:right;}
