#contentbox { width: 100%; }

#thumbs { text-align: center; }
#thumbs IMG { margin: 5px 10px; vertical-align: middle; border: 2px solid white; }
#thumbs A:hover { background: none; }

.close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
background-image: url('images/close.gif');
cursor: pointer;
}

.disabled { visibility: hidden; }

.info { /* visibility: hidden; */ background-color: #333; padding: 2 px 10px; }
.info SPAN { display: none; }

.next, .prev {
position: absolute;
background: #333;
top: 20%;
width: 45px;
line-height: 40px;
font-size: 10px;
cursor: pointer;
}

.next {
padding-left: 5px;
right: 0; /*
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
 */ }

.overlay {
display: none;
margin: 0 auto;
z-index: 10;
width: 200px;
height: 350px;
background: #333;
}

.prev {
text-align: right;
.left: 0;
padding-right: 5px; /*
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
 */ }

.progress {
position: absolute;
top: 45%;
left: 50%;
display: none;
}

