/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
 
#jquery-overlay {						position: absolute; width: 100%; height: 500px; left: 0; top: 0; z-index: 90; }

#jquery-lightbox {						position: absolute; width: 100%; left: 0; top: 0; line-height: 0; text-align: center; z-index: 100; }

#jquery-lightbox a img { 				border: none; }

#lightbox-container-image-box {			position: relative; width: 250px; height: 250px; margin: 0 auto; background: black; }

#lightbox-container-image { 			padding: 0; }

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

#lightbox-container-image-data-box {	width: 100%; margin: 0 auto; padding: 0; background: black; line-height: 1.4em; overflow: auto; }

#lightbox-container-image-data {		color: #666666; padding: 0; }

#lightbox-secNav-btnClose {				float: right; width: 134px; padding: 4px; }