/*******************************************************************************************************
                                                 SLIMBOX
*******************************************************************************************************/

/******************************************************** FONDO */
#lbOverlay {position:absolute; left:0; width:100%; background-color:#000; cursor: pointer; z-index:9998;}

/******************************************************** CONTENEDORES */
#lbCenter, #lbBottomContainer {position:absolute; left:50%; background-color:#ccc; z-index:9999; padding:10px;}
#lbBottomContainer {overflow:hidden; padding-top:0;}

/******************************************************** LOADING */
.lbLoading {background:url(lb_loading.gif) no-repeat center;}

/******************************************************** IMAGEN */
#lbImage {position:relative;}

/******************************************************** TITULO Y CANTIDAD */
#lbBottom {}
#lbNumber, #lbCaption {width:auto; font-size:13px;}
#lbCaption {font-weight: bold; color:#333333; font-size:14px;}

/******************************************************** BOTONES */
#lbPrevLink, #lbNextLink {position: absolute; top:50%; width:80px; height:25px;}
#lbPrevLink {background:url(anterior.gif) left bottom; left:-80px;}
#lbNextLink {background:url(siguiente.gif) left bottom; right:-80px;}
#lbCloseLink {float:right; width:20px; height:20px; background:url(cerrar.gif) left bottom;}
#lbPrevLink:hover, #lbNextLink:hover, #lbCloseLink:hover {background-position:left top;}


