div.imgRotator
{
	width:108px;
	height:110px;
	border:solid 0px black;
	cursor:move;
	left:380px;
	top:-20px;
	z-index:2;
	position: fixed;
	
}
div.scale1
{
	width:108px;
	height:110px;
	position: absolute;
	left:389px;
	top:-13px;
	background-image:url('../js/knob11.png');
	background-repeat:no-repeat;
	z-index:1;
	
}
#test
{
	width:110px;
	height:112px;
	top:0px;
}

.iCheckbox_container {
height:27px;
width:94px;
position: relative;
overflow: hidden;
}
.iCheckbox_switch {
	height:27px;
	width:94px;
	background-image:url('../images/iphone_switch.png'); /* your actual slider image */
	background-repeat:none;
	background-position:0px;

}
.iCheckbox_checkbox { /* this is kinda moot since it gets hidden, but here to let you know it exists */
}