    #phone_body{
	    position: relative;
	    margin: 10px;
	    height: 594px;
	    width: 284px;
	    background: #fff;
	    border-radius: 40px;
	    border: 3px solid #c0c5ce;
	    box-shadow: 0 0 3px #000;
	  }
	  
	  #phone_screen{
	    position: absolute;
	    background: #4f5b66;
	    margin: 64px 10px;
	    width: 262px;
	    height: 464px;
	    border-radius: 3px;
	    border: 1px solid #000;
	  }
	  
	  .inner_screen{
	    position: absolute;
	    width: inherit;
	    height: inherit;
	    background-size: 100%;
	    opacity: 0;
	    transition: opacity 1s;
	  }
	  
	  .shadow_overscreen{
	    opacity: 1;
	    width: inherit;
	    height: inherit;
	    -moz-box-shadow: inset 0 0 2px #000000;
      -webkit-box-shadow: inset 0 0 2px #000000;
      box-shadow: inset 0 0 2px #000000;
      z-index: 10000;
	  }
	  
	  #home{
	    position: absolute;
	    height: 48px;
	    width: 48px;
	    border-radius: 24px;
	    bottom: 7px;
	    left: 50%;
	    margin-left: -24px;
	    background: #a7adba; /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(left, #e2e2e2, #878787, #878787, #878787, #e2e2e2); /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, #e2e2e2, #878787, #878787, #878787, #e2e2e2); /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(right, #e2e2e2, #878787, #878787, #878787, #e2e2e2); /* For Firefox 3.6 to 15 */
      background: linear-gradient(to right, #e2e2e2, #878787, #878787, #878787, #e2e2e2); /* Standard syntax */
	  }
	  
	  #inner_home{
	    margin: 2px;
	    height: 44px;
	    width: 44px;
	    border-radius: 22px;
	    background: #fff;
	  }
	  