/* SLIGHTBOX */
/* variation on SLIMBOX */

#lbOverlay					{ position:absolute; left:0; width:100%; background-color:#000; cursor:pointer; z-index:15;}
#lbCenter, #lbBottom		{ position:absolute; left:50%; overflow:hidden; background-color:#fff; z-index:20; border:2px solid #f3f3f3;}
#lbCenter					{ padding:10px;}
.lbLoading					{ background:#fff url('img/loading-bar-black.gif') no-repeat center; border:1px solid #666;}
#lbImage					{ z-index:25;}
#lbPrevLink, #lbNextLink	{ display:block; position:absolute; top:0; right:10px !important; width:30%; outline:none; z-index:26;}
#lbPrevLink					{ left:10px;}
#lbPrevLink:hover			{ background:url(../../images/slideshow/arrow-left.png) no-repeat center left;}
* html #lbPrevLink:hover	{ background:url(../../images/slideshow/arrow-left.png) no-repeat center left;}
#lbNextLink					{ right:0;}
#lbNextLink:hover			{ background:url(../../images/slideshow/arrow-right.png) no-repeat center right;}
* html #lbNextLink:hover	{ background:transparent url('img/fleche2.gif') no-repeat 100% 50%;}
#lbBottom					{ font-family:Verdana, Helvetica, sans-serif; font-size:10px; color:#666; line-height:1.4em; text-align:left; padding-left:10px; padding-right:10px; border-top-style:none;}
#lbCloseLink				{ display:block; float:right; width:78px; height:28px; border:1px solid #f0f0f0; background:url(../../images/slideshow/close-slightbox.gif) no-repeat center center; margin-bottom:10px;}
#lbNumber					{ display:block;}
#lbNumber.gallery			{ display:block;}
#lbCaption					{ margin-left:10px; display:block; float:left;}
#lbDescription				{ float:left; padding-right:10px;}
#lbDescription #lbTitle		{ float:left; clear:both; font-weight:bold;}
#lbDescription #lbCaption	{ margin-left:0; display:none;}

