/**
 * Zen Lightbox v1.4
 *
 * @author Alex Clarke (aclarke@ansellandclarke.co.uk)
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_lightbox.css 2007-09-15 aclarke $
 */

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

#lightbox a img { border: none; }
#bottomNavClose { border: none; }
#bottomNavClose a img { border: none; }
#bottomNavClose a:visited img  { border: none; }
#bottomNavClose a:hover img { border: none; }

#outerImageContainer{
	position: relative;
	background: black url('http://www.complete-usa.com/i/303v3.gif') center center no-repeat;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px solid #550000;
	}

#imageContainer{
	padding: 10px;
	}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a { outline: none; }

#prevLink, #nextLink{
	/* bof Zen Lightbox v1.4 aclarke 2007-09-18 */
	width: 63px;
	/* eof Zen Lightbox v1.4 aclarke 2007-09-18 */
	height: 32px !important;
	background: transparent url('http://www.complete-usa.com/h/includes/templates/complete/images/zen_lightbox/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
/* bof Zen Lightbox v1.4 aclarke 2007-09-18 */
#prevLink {
	left: 0;
	float: left;
	background-image: url('http://www.complete-usa.com/h/includes/templates/complete/images/zen_lightbox/prevlabel.gif');
	background-position: left 0;
	background-repeat: no-repeat;
	}
#nextLink {
	right: 0;
	float: right;
	background-image: url('http://www.complete-usa.com/h/includes/templates/complete/images/zen_lightbox/nextlabel.gif');
	background-position: right 0;
	background-repeat: no-repeat;
	}

#prevLink:hover, #prevLink:visited:hover { background: url('http://www.complete-usa.com/h/includes/templates/complete/images/zen_lightbox/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('http://www.complete-usa.com/h/includes/templates/complete/images/zen_lightbox/nextlabel.gif') right 15% no-repeat; }

/* eof Zen Lightbox v1.4 aclarke 2007-09-18 */

#imageDataContainer{
	font: 9pt 'Courier New', Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0 auto;
	line-height: 1.4em;
	/* bof Zen Lightbox v1.4 aclarke 2007-09-18 */
	overflow: hidden;
	/* eof Zen Lightbox v1.4 aclarke 2007-09-18 */
	width: 100%;
	}
#imageData{	padding:0 10px;	color: #666; }
/* bof Zen Lightbox v1.4 aclarke 2007-09-18 */
#imageData #imageDetails{ width: 60%; float: left; text-align: left; }
/* eof Zen Lightbox v1.4 aclarke 2007-09-18 */	
#imageData #caption{ padding-top: 0.3em; font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }
#imageData #bottomNavClose{	width: 66px; float: right; color: #FF0000; padding-bottom: 0.1em; }

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}