.switchbox{
	margin: 0 auto 10px;
	display:block;
	position:relative;
}
.switchbox .background{
	width:95px;
	height:29px;
	background:url(../images/track.png) no-repeat;
	position:relative;
	margin: 0;
}
.switchbox div.handle{
	width:42px;
	height:29px;
	background: url(../images/handle.png) center center no-repeat;
	cursor:col-resize;
	position:absolute;
	left:0;
	top:0;
}
.switchbox div.label {
	font-family: "Helvetica", "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#DDD;
	text-shadow:0 -1px 1px #555;
	position:absolute;
	top:0;
	display:block;
	line-height:29px;
	width:40px;
	text-align:center;
	cursor:pointer;
}

.switchbox div.light_bg {
	color:#555;
	text-shadow:0 1px 1px #FFF;
}

.switchbox div.right {
	right:0;
}