/* TUMBLR ASSETS */
iframe#tumblr_controls { 
    right:3px !important; position:fixed !important;
    -webkit-transition: all 1.3s linear 0s;
    -moz-transition: all 1.3s linear 0s;
    -o-transition: all 1.3s linear 0s;
    transition: all 1.3s linear 0s;
    opacity:0.5;}

iframe#tumblr_controls:hover { 
    -webkit-transition: all 1.3s linear 0s;
    -moz-transition: all 1.3s linear 0s;
    -o-transition: all 1.3s linear 0s;
    transition: all 1.3s linear 0s;
    opacity:1;}
/* TUMBLR ASSETS */