#ImageBoxOverlay { background-color: #000;z-index:998 }
#ImageBoxOuterContainer { z-index:999 }
#ImageBoxCaption { background-color: #fff }
#ImageBoxContainer { width: 250px; height: 250px; background-color: #fff}
#ImageBoxContainer a:link { text-decoration: none; }
#ImageBoxContainer img { border: none; }
#ImageBoxCaptionText { font-weight: bold; padding-bottom: 5px; font-size: 13px; color: #000; }
#ImageBoxCaptionImages { margin: 0; }
#ImageBoxNextImage { background:transparent url('../imagebox/next.gif') no-repeat right top; }
#ImageBoxPrevImage { background:transparent url('../imagebox/prev.gif') no-repeat left top; }
#ImageBoxNextImage:hover { background:transparent url('../imagebox/next_image.gif') no-repeat right top; }
#ImageBoxPrevImage:hover { background:transparent url('../imagebox/prev_image.gif') no-repeat left top; }
#ImageBoxClose img { border-width: 0px; border-style: none; }
