
 

#main_image_mobile{
display:none;
   position: absolute;
   top:0px;
   left:0px;
   height:200px;
   width:200px;
}

#start_hand_mobile{
   position: absolute;
   top:-00px;
  left:160px;
   height: 100px;
   width:80px;
   display:none;
}

#start_hand_mobile2{
   position: absolute;
   top:-00px;
  left:160px;
   height: 100px;
   width:80px;
   display:none;
}

#topImage {
   position: absolute;
   left:70;
   top:0;
   width:430px;
   height:420px;
   display:block;
   }

/*  cursor:url(images/hand_start.png), auto;*/
 /*////cursor:url(http://www.javascriptkit.com/dhtmltutors/cursor-hand.gif), auto;*/


#main_image{
   position: absolute;
   top:60px;
   left: 30px;
   height:280px;
   width:280px;
 padding:30px;
   /* cursor:url(images/hand_left.png), auto;*/
}

#start_hand{
   position: absolute;
   top:85px;
   left: 290px;
   /* cursor:url(images/hand_left.png), auto;*/
}
#hand1{
   position: absolute;
	top:280px;
   left: 290px;
   opacity:0;	
 
}
#hand2{
   position: absolute;
	top:220px;
   left: 299px;
   opacity:0;	   
}
#hand3{
   position: absolute;
	top:130px;
   left: 315px;
   opacity:0;	   
}

#hand4{
   position: absolute;
	top:180px;
   left: 0px;
   opacity:0;
	   
}

#hand6{
   position: absolute;
	top:40px;
   left: 270px;
   opacity:0;
}

#hand7{
   position: absolute;
	top:110px;
   left: 55px;
   opacity:0;
}
#hand8{
   position: absolute;
	top:240px;
   left: 165px;
   opacity:0;

	   
}
#hand9{
   position: absolute;
	top:30px;
   left: 050px;
   opacity:0;
	   
}

#hand12{
   position: absolute;
	top:10px;
   left: 150px;
   opacity:0;
	   
}
#start_hand, #hand_1, #hand_4, #hand_6, #hand_7, #hand_8, #hand_2, #hand_3, #hand_9, #hand_12{
   height:110px;
   width:110px;
 
 
}


#button_1, #button_4, #button_6, #button_7, #button_8, #button_2, #button_3, #button_9, #button_12{
   position: absolute;
   border-style: solid;
   border-color: black;
   border-width: 1px;
   opacity:0;
}

#button_1{
   top:290px;
   left: 250px;
   height:100px;
   width:150px;
}

#button_3{
   top:130px;
   left: 280px;
   height:80px;
   width:120px; 
   }
   
#button_2{
   top:205px;
   left: 280px;
   height: 90px;
   width:120px;	
   }

#button_4{
   top:270px;
   left: 040px;
   height: 120px;
   width:110px;
}
#button_6{
   top:60px;
   left: 280px;
   height: 70px;
   width:130px;  

}
#button_7{
   top:190px;
   left: 040px;
   height: 70px;
   width:150px

}
#button_8{
   top:250px;
   left: 160px;
   height: 140px;
   width:90px;
}
#button_9{
   top:60px;
   left:040px;
   height: 110px;
   width:120px;
   }
#button_12{
   top:60px;
   left: 165px;
   height:160px;
   width:100px
   }
   
   @media only screen and (max-width : 8882px) {
      #start_hand_mobile{
         display:block;
   }

   #start_hand_mobile2{
      display:block;
      left:120px;
}

   #main_image_mobile{
      display:block;
    }

    #face_container_mobile {
      display:block;
    }

}


