div{position:absolute;}
pre{position:absolute;margin:0px;}
img{position:absolute;}
#status{top:6px;right:2px;width:58px;height:20px;color:#FFFFFF;-webkit-border-radius:1px;-moz-border-radius:1px;-o-border-radius:1px;border-radius: .5em; font-weight:bold;}
.toolbar{border-top-left-radius:5px; border-top-right-radius: 5px;text-align: center;position: absolute;bottom: 0px;background-color: black;opacity: 0.5; filter: alpha(opacity = 50); height: 31px;width:300px;z-index: 20;}
.prev{background-image: url(arrowgreensprite.png);background-repeat: no-repeat;background-position: 0 0;top:3px;right:50%;width:34px;height:25px;position: absolute;cursor: pointer;}
.next{background-image: url(arrowgreensprite.png);background-repeat: no-repeat;background-position: -30px 0;top:3px;left:50%;width:34px;height:25px;position: absolute;cursor: pointer;}    
#current{border-radius:2px; width: 20px;height: 16px; top:2px;left: 1px;position: absolute;border-width: 0px;direction: rtl; font-weight:bold;}
.prev:hover, .prev:active{background-position: 0 -26;}
.next:hover, .next:active{background-position: -30 -26;}