#lbOverlay 						{position:absolute; left:0; width:100%; background-color:#000; cursor:pointer; z-index:5}
#lbCenter, #lbBottomContainer 	{position:absolute; left:50%; overflow:hidden; background-color:#fff; z-index:5} /* z-index is important for the compatibiity with the mootools fancy menu under FF2 */
#lbBottomContainer 				{border:0px solid red; z-index:5}
#lbBottomContainer table, #lbBottomContainer td		{border:0;}

.lbLoading 						{background:#fff url(../img/slimbox/loading.gif) no-repeat center;}
#lbImage 						{position:absolute; left:0; top:0; border:10px solid #fff; background-repeat:no-repeat;}
#lbPrevLink, #lbNextLink 		{display:block; position:absolute; top:0; width:50%; outline:none;  z-index:5}
#lbPrevLink 					{left:0;}
#lbPrevLink:hover 				{background:transparent url(../img/slimbox/prec-label.) no-repeat 0% 15%;}
#lbNextLink 					{right:0;}
#lbNextLink:hover				{background:transparent url(../img/slimbox/suiv-label.) no-repeat 100% 15%;}

table#lbBottom 					{font-family:Verdana, Arial, sans-serif; font-size:12px; color:#666666; line-height:1.4em; margin:0 10px 0 10px;}
tr#rowOne						{}
td#lbPrevButton, td#lbNextButton	{width:52px; cursor:pointer; border:0px;}
td#lbPrevButton					{background-image:url(../img/slimbox/prec.gif); background-position:center right; background-repeat:no-repeat;}
td#lbNextButton					{background-image:url(../img/slimbox/suiv.gif); background-position:center left; background-repeat:no-repeat;}
td#lbNumber						{width:20%; text-align:center;}
td#lbFullLink					{width:20px; height:19px; cursor:pointer; background:transparent url(../img/slimbox/full.) no-repeat 0 0;}
td#lbCloseLink					{width:18px; height:17px; cursor:pointer; background:transparent url(../img/slimbox/close.gif) no-repeat 100% 0;}
td#lbCaption					{height:auto; color:#333333; text-align:center;}
td#lbCaption a					{color:#86A044; padding:0px 2px;}
td#lbCaption a:hover			{background-color:#e0e08d; color:#555555}