/* SLIGHTBOX */
/* variation on SLIMBOX */

#lbOverlay						{ position:absolute; left:0; width:100%; background-color:#000; cursor:pointer; z-index:99;}
#lbCenter, #lbBottom			{ position:absolute; left:50%; overflow:hidden; background-color:#fff; z-index:999; border:1px solid #aaa;}
#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; width:50%; outline:none; z-index:26;}

#lbPrevLink						{ left:10px; background:transparent url(/images/contenu/layout_besixred/icons/ico-previous.gif) no-repeat 0% 50%; opacity:0.5; filter:alpha(opacity=50);}
#lbPrevLink:hover				{ background:transparent url(/images/contenu/layout_besixred/icons/ico-previous.gif) no-repeat 0% 50%; opacity:1; filter:alpha(opacity=100);}
* html #lbPrevLink:hover		{  background:transparent url(/images/contenu/layout_besixred/icons/ico-previous.gif) no-repeat 0% 50%; filter:alpha(opacity=100);}

#lbNextLink						{ right:10px; background:transparent url(/images/contenu/layout_besixred/icons/ico-next.gif) no-repeat 100% 50%; opacity:0.5; filter:alpha(opacity=50);}
#lbNextLink:hover				{ background:transparent url(/images/contenu/layout_besixred/icons/ico-next.gif) no-repeat 100% 50%; opacity:1; filter:alpha(opacity=100);}
* html #lbNextLink:hover		{ background:transparent url(/images/contenu/layout_besixred/icons/ico-next.gif) no-repeat 100% 50%; filter:alpha(opacity=100);}

#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:20px; height:20px; background:transparent url(/images/contenu/layout_besixred/icons/ico-close-slightbox.gif) no-repeat center; margin-bottom:10px;}
#lbNumber						{}
#lbNumber.gallery				{ padding:5px;}

#lbCaption						{ margin-left:10px; display:block; float:left;}

#lbDescription					{ float:left; padding-right:10px;}
#lbDescription #lbTitle			{ display:none; float:left; clear:both; font-weight:bold;}
#lbDescription #lbCaption		{ display:none; margin-left:0;}
