.jsbox {position: absolute;display: none;z-index: 2;}
.jsbox-top {height:20px;margin:0 0 0 20px;background:url(/images/icons/box.png) no-repeat 100% 0;}
.jsbox-top div {position:relative;left:-20px;width:20px;height: 20px;background:url(/images/icons/box.png) no-repeat 0 0;font-size:0;line-height:0;}
.jsbox-bottom {height:20px;margin:0 0 0 20px;background:url(/images/icons/box.png) no-repeat 100% 100%;}
.jsbox-bottom div {position:relative;left:-20px;width:20px;height:20px;background:url(/images/icons/box.png) no-repeat 0 100%;font-size:0;line-height:0;}
.jsbox-left{padding:0 0 0 20px;background:url(/images/icons/borders.png) repeat-y 0 0;}
.jsbox-right{padding:0 20px 0 0;background:url(/images/icons/borders.png) repeat-y 100% 0;}
.jsbox-content {display:block;margin:0;background: white;color: inherit;padding: 1px; }
.jsbox-close {position: absolute;top: -5px;right: -5px;background: url(/images/icons/mb_close.png) no-repeat;width: 24px;height: 24px;cursor: pointer;}
.jsbox-controls-container {overflow: hidden;height: 0;position: relative;  background: #333333;  color: white;}
.jsbox-controls {width: 100%;height: auto;position: relative;}
.jsbox-previous {position: absolute;background: url(/images/icons/mb_left.png) no-repeat;width: 24px;height: 24px;left: 5px;top: 5px;cursor: pointer;}
.jsbox-next {position: absolute;background: url(/images/icons/mb_right.png) no-repeat;width: 24px;height: 24px;right: 5px;top: 5px;cursor: pointer;}
.jsbox-next-disabled {cursor: default;background: url(/images/icons/mb_right_dis.png) no-repeat;}
.jsbox-previous-disabled {cursor: default;background: url(/images/icons/mb_left_dis.png) no-repeat;}
.jsbox-title {position: relative;margin:0 35px;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;padding:5px 0;}
.jsbox-number {position: relative;margin: 0 35px;padding: 10px 0 0 0;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;white-space: nowrap; }
.jsbox-loading {background: white url(/images/icons/mb_loading.gif) no-repeat center;}
