
#knobBG, #knob {
  position:absolute;
  background-image: url('../img/knob_Base.png');
  width:355px; 
  height:355px;
}
#description {
  font-size:20px;
}
#knob {
  background-image: url('../img/knob_Spinner.png');
  z-index: 1;
}
.box {
  font-size:30px;
  padding: 10px;
}
/*
#content .box {
  margin-left:425px;
  height: 335px;
}*/
#content{
  height:355px;
  /*overflow: hidden;*/
}
.box1{
 /* background: url(../img/white.jpg) no-repeat center center scroll;*/
 background-color:#fff;
color:#000;
}
.box1 img
{
    float:right;
}
.box2
{

  background-color: #000;
}
.box2 img
{
    float:left;
}
.box3
{
 background-color:#fff;
color:#000;
}
.box3 img
{
    float:right;
}
.box4
{
   background-color: #000;
}
.box4 img
{
    float:left;
}
.box5
{
 background-color:#fff;
color:#000;
}
.box5 img
{
    float:right;
}
.box6{
  background-color: #dcecf1;
  color:#000;
}
.box7{
  background-color: #dcecf1;
}
.box8{
  background-color: pink;
}
.box9{
  background-color: purple;
}