/*----------------------------
	knobKnob Styles
-----------------------------*/


.knob{
	width:130px;
	height:130px;
	position:relative;
	background:url(../../images/clockFace.png);
}

.knob .top{
	position:absolute;
	top:0;
	left:0;
	width:130px;
	height:130px;
	background:url('hand.png') no-repeat;
	z-index:10;
	cursor:pointer;
}

.knob .base{
	width:130px;
	height:130px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.knob [draggable] {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}