/**
 * 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;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; text-decoration: none;}

#outerImageContainer{
	position: relative;
	background-color: #ffffff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#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;*/
	width: 49%;
	height: 100%;
	/* eof Zen Lightbox v1.4 aclarke 2007-09-18 */
	/*height: 32px !important;*/
	background: transparent url(../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(../images/zen_lightbox/prev.gif);
	background-position: left 0;
	background-repeat: no-repeat;
	border: none;
	text-decoration: none;
	}
#nextLink {
	right: 0;
	float: right;
	background-image: url(../images/zen_lightbox/next.gif);
	background-position: right 0;
	background-repeat: no-repeat;
	border: none;
	text-decoration: none;
	}

#prevLink:hover, #prevLink:visited:hover { background: url(../images/zen_lightbox/prev.gif) left 55% no-repeat; border: none; text-decoration: none;}
#nextLink:hover, #nextLink:visited:hover { background: url(../images/zen_lightbox/next.gif) right 55% no-repeat; border: none; text-decoration: none;}

/* eof Zen Lightbox v1.4 aclarke 2007-09-18 */

#imageDataContainer{
	/*font: 10px Verdana, Helvetica, sans-serif;*/
	font-size: 12px;
	background-color: #fff;
	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: #413121; }
/* bof Zen Lightbox v1.4 aclarke 2007-09-18 */
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
/* eof Zen Lightbox v1.4 aclarke 2007-09-18 */	
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }
#bottomNavClose:link, #bottomNavClose:visited, #bottomNavClose:hover  { outline: none; border-bottom: none; background: none; text-decoration: none;}
#imageData #bottomNavClose{	width: 66px; float: right;  padding: 0 0.7em 1.0em;}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}