/* OPTION  */ 
	#button { 
           background-color: rgba(0, 0, 0, 0.4);
           border: 1px solid rgba(0, 0, 0, 0.18);
           border-radius: 1px;
           bottom: 3px;
           color: #ffffff;
           font-family: Futura,"Century Gothic",AppleGothic,sans-serif;
           font-size: 13px;
           height: 20px;
		   display: none;
           line-height: 20px;
           padding: 2px 7px;
           position: fixed;
           right: 3px;
           text-transform: uppercase;
           z-index: 42;
         }   
	#button:hover { 
           opacity: 0.9;
         }
	#button-top {
			background: rgba(0, 0, 0, 0.4) url("http://static.tumblr.com/8rdzlhn/j8anryxhj/ins.png") no-repeat scroll 0 40%;
			border: 1px solid rgba(0, 0, 0, 0.18);
			border-radius: 2px;
			color: #ffffff;
			font: 500 12px/18px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
			padding: 0 9px;
			position: fixed;
			right: 3px;
			text-align: right;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
			top: 3px !important;
			width: 87px;
			z-index: 42;
         }
            
	#button-top:hover {
           opacity: 0.9;
         }
		 
	.tmblr-iframe {right: 110px !important;}