/* Shared styles for lightbox & slimbox*/
#overlay { position:absolute; top:0; left:0; width:100%; height:100%; background-color:#000; /*cursor:pointer;*/ z-index:90; }
#prevLink, #nextLink { display:block; position:absolute; top:0; width:33%; height:100%; background:transparent url(../img/icon_plb_blank.gif) no-repeat; /* Trick IE into showing hover */ }
#prevLink { left:0; float:left; }
#nextLink { right:0; float:right; }
#prevLink:hover { background:transparent url(../img/icon_plb_prev.gif) no-repeat 0% 15%; }
#nextLink:hover { background:transparent url(../img/icon_plb_next.gif) no-repeat 100% 15%; }
#playLink { background:transparent url(../img/icon_plb_play.gif) no-repeat center; display:block; float:right; width:26px;	height:26px; margin-left:1.0em; }
#pauseLink { background:transparent url(../img/icon_plb_pause.gif) no-repeat center; display:block; float:right; width:26px;	height:26px; margin-left:1.0em; }
#saveLink { background:transparent url(../img/icon_plb_save.gif) no-repeat center; display:block; float:right; width:26px;	height:26px; margin-left:1.0em; }
#closeLink { background:transparent url(../img/icon_plb_close0.gif) no-repeat center; display:block; float:right; width:26px; height:26px; margin-left:1.0em; }
#closeLink:hover { background:transparent url(../img/icon_plb_close1.gif) no-repeat center; }

/* Slimbox-only*/
#sbCenter, #sbBottomContainer { position:absolute; left:50%; overflow:hidden; background-color:#000; z-index:100; }
#sbCenter a, #sbBottomContainer a { text-decoration:none; border:none; outline:none; }
.sbLoading { background:#fff url(../img/icon_plb_loading.gif) no-repeat center; }
#sbImage { position:absolute; left:0; top:0; border:3px solid #808284; background-repeat:no-repeat; }
#sbBottom { font-size:11px; font-weight:normal; color:#eef; line-height:1.3em; text-align:left; padding:3px 3px 3px 3px; }
#sbCaption { width:66%; font-weight:bold; margin-bottom:0.1em; }
#sbNumber { width:66%; margin-bottom:0.1em; }
#sbPresent { width:66%; margin-bottom:0.1em; }
#sbPresent a { color:#666; margin-right:1.0em; }
#sbPresent a.act { font-weight:bold; color:#fff; background:#000; border-right:0.2em solid #777; border-bottom:0.1em solid #777; border-left:0.4em solid #777; }

/* Lightbox-only*/
#lbLightbox { position:absolute; left:0; width:100%; z-index:100; text-align:center; line-height:0; }
#lbLightbox #closeLink { margin-bottom:10px; }
#lbLightbox a { text-decoration:none; border:none; outline:none; }
#lbLightbox img { border:none; }
#lbOuterImageContainer { position:relative; background-color:#111; width:250px; height:250px; margin:0 auto; }
#lbImageContainer { padding:10px; }
#lbLoading { position:absolute; z-index:110; top:40%; left:0%; height:25%; width:100%; text-align:center; line-height:0; background:#111 url(../img/icon_plb_loading.gif) no-repeat center; }
#lbHoverNav { position:absolute; top:0; left:0; height:100%; width:100%; z-index:10; }
#lbImageContainer>#lbHoverNav { left:0; }
#lbImageDataContainer { font-size:11px; background-color:#111; margin:0 auto; line-height:1.4em; overflow:auto; width:100%; }
#lbImageData { padding:0 10px; color:#666; }
#lbImageDetails { width:66%; float:left; text-align:left; padding-bottom:10px; }
#lbCaption { display:block; font-weight:bold; margin-bottom:0.1em; }
#lbNumber { display:block; margin-bottom:0.1em; }
#lbPresent { display:block; margin-bottom:0.1em; }
#lbPresent a { color:#666; margin-right:1.0em; }
#lbPresent a.act { font-weight:bold; color:#fff; background:#777777; border-right:0.2em solid #777; border-bottom:0.1em solid #777; border-left:0.4em solid #777; }
