#lightbox{	position: absolute;	left: 0; top: 10px;width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }


#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 20px; margin: 0 auto; }
#imageContainer{ padding: 0px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }

A#prevLink { width: 26px; height: 26px; background: url('/sfLightboxPlugin/images/prev.gif') no-repeat center top }
A#prevLink:hover { background: url('/sfLightboxPlugin/images/prev_hover.gif') no-repeat center top}

A#nextLink { width: 26px; height: 26px; background: url('/sfLightboxPlugin/images/next.gif') no-repeat center top }
A#nextLink:hover { background: url('/sfLightboxPlugin/images/next_hover.gif') no-repeat center top}

A#bottomNavClose { width: 26px; height: 26px; background: url('/sfLightboxPlugin/images/close.gif') no-repeat center top }
A#bottomNavClose:hover { width: 26px; height: 26px; background: url('/sfLightboxPlugin/images/close_hover.gif') no-repeat center top }

#imageDataContainer{ font: 12px Verdana, Helvetica, sans-serif; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; background: url('/sfLightboxPlugin/images/line.gif') no-repeat center top #4e0000; }

#imageData{	padding-top: 10px; padding-left: 20px; padding-right: 20px; color: #d0b757; height: 40px;}
#imageData #imageDetails{ width: 80%; float: left; text-align: left; }

#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: none; clear: left; }
#imageData #bottomNavClose{ float: left; margin-left: 6px; padding-bottom: 0.7em; outline: none;}
#imageData #prevLink { float: left; padding-bottom: 0.7em; outline: none;}
#imageData #nextLink { float: right; padding-bottom: 0.7em; outline: none;}
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100px; background-color: #000; }

