/**************************************************************
	Lightbox
	v 1.5
**************************************************************/

#lbOverlay { position: absolute; left: 0; width: 100%; background-color: #000; cursor: pointer; }
#lbCenter, #lbBottomContainer { position: absolute; left: 50%; overflow: hidden; background-color: #fff; color: #222; }
.lbLoading { background: #fff url('/gfx/spinner.gif') no-repeat center; }
#lbImage { border: 10px solid #fff; }
.photos { padding: 3px; border: 1px solid #fff; }
a:hover .photos { border: 1px solid #999; }
.lightboxTitle { }
.lightboxDesc a { color: #999999; text-decoration: none; }
.lightboxDesc a:hover { color: #000000; text-decoration: none; }

#navLinksContainer { position: relative; float: right; font-size: 18px; font-weight: bold; text-align: right; width:25%; margin:15px 5px 10px 5px; border: none; display: inline; text-decoration: none; }
#lbPrevLink, #lbNextLink { margin: 0 10px 0 10px; text-decoration: none; }
#lbPrevLink:hover { background: transparent no-repeat 0% 15%; }
#lbNextLink:hover { background: transparent no-repeat 100% 15%; }

#lbBottom { text-align: left; border: 10px solid #fff; border-top-style: none; }
#lbCloseLink { margin: 0 10px 0 10px; text-decoration: none; }
#lbCaption { position: relative; float: left; font-size: 18px; font-weight: bold; text-align: left; width:70%; margin:15px 5px 10px 5px; border: none; }
#lbDescription { position: relative; float: left; text-align: left; font-size: 12px; font-weight: normal; width:75%; margin:15px 0 10px 5px; border: none; }
.lightboxDesc { display: none; }

/*************************************************************/