jquery - Bottom Center in CSS (thumb tray) -
i have spent hours googleing on how , have tried many different things. cant thumb tray center @ bottom of page. wanted see if maybe can me out. here website. www.gabitee.com , code have been messing with... from file supersized.css /* thumbnail tray ----------------------------*/ #thumb-tray{ background:#fff; position:fixed; z-index:3; bottom:3px; right:0; background: transparent; padding-top: 8px; height:80px; width:100%; overflow:hidden; text-align:center; } #thumb-back, #thumb-forward{ position:absolute; z-index: 9999; bottom: -2px; height:108px; width: 40px; } #thumb-back{ left:0; background: transparent;} #thumb-forward{ right:0; background: transparent no-repeat center center;} #thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); } #thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.2); } #thumb-forward:hover{ border-left:1px solid rgba(256,2...