#elevator_item{width:60px;height:100px;position:fixed;right:15px;bottom:15%;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;opacity:1;z-index:100020;display:none}#elevator_item.off{opacity:0;visibility:hidden}#elevator{display:block;width:45px;height:55px;background:url(../../images/global/arrow.png) center center no-repeat;background-color:#444;background-color:rgba(1,189,214,0.69);border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.2);cursor:pointer;margin-bottom:10px}#elevator:hover{background-color:#f6ba18}#elevator:active{background-color:#f6ba18}