/**
 * Zen Lightbox
 *
 * @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_zen_lightbox.css 2008-12-08 aclarke $
 */

#lbBottom , #lbCenter, #lbBottomContainer, #lbImage {
/*	background: #253A5F; Blue to match the "Additional Images" Bar. Requires new Next/Prev/Close buttons. */ 
	background: #000;
	}
 
#lbBottom {
	border:10px solid transparent;
	border-top-style: none;
	color: #FFF;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.4em;
	text-align:left;
	}
	
#lbCaption {
	font-weight:700;
	}

#lbCaption,#lbNumber {
	margin-right:71px;
	}

#lbCenter, #lbBottomContainer {
	overflow:hidden;
	position:absolute;
	z-index:9999;
	}

#lbCloseLink {
	display:block;
	float:right;
	height:22px;
	margin:5px 0;
	outline:none;
	width:66px
	}

#lbImage {
	background: no-repeat;
	border: 10px solid transparent;
	cursor: default;
	position: absolute;
	left:0;
	top:0;
	}

#lbNextLink {
	right:0;
	}

#lbPrevLink {
	left:0;
	}

#lbOverlay {
	background-color:#000;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9999;
	}

#lbPrevLink,#lbNextLink {
	display:block;
	height:32px!important;
	outline:none;
	position:absolute;
	top:0;
	width:63px;
	}

.lbLoading {
	background: #000 url(../images/zen_lightbox/loading.gif) no-repeat center;
	}