.switch {
	overflow: hidden;		
	cursor: hand;
	cursor: pointer;
	margin-bottom: 8px;
	float: left; 
	margin-right: 4px;
/*
	position: relative;
	z-index: 9999;
*/
}	

.switch.small {
	height: 16px;
	width: 32px;
	border: 1px solid #444;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow:hidden;
}	

.switch.medium {
	height: 32px;
	width: 64px;
	border: 1px solid #444;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}	

.switch.large {
	height: 64px;
	width: 128px;
	border: 2px solid #444;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.slider {
/*
	position: absolute;
	z-index: 0;
	overflow: hidden;
*/	
/* 	display: none; */
}

.slider.small {		
	background: url(switch.small.png) no-repeat -39px 0px; 
	-moz-background-size: 94px 16px;
	-webkit-background-size: 94px 16px;
	background-size: 94px 16px;
	width: 94px;
	height: 16px;	
}	

.slider.medium {
	background: url(switch.png) no-repeat -78px 0px;
	-moz-background-size: 188px 32px;
	-webkit-background-size: 188px 32px;
	background-size: 188px 32px;
	width: 188px;
	height: 32px;
}

.slider.large {
	background: url(switch.png) no-repeat -156px 0px;
	background-size: 376px 64px;
	-moz-background-size: 376px 64px;
	-webkit-background-size: 376px 64px;
	width: 376px;
	height: 64px;
}

.checkbox {
	color: #fff;
}

.checkbox.small {
	height: 28px;
}

.checkbox.medium {
	height: 44px;
}

.checkbox.large {
	height: 76px;
}