/* Import theme */
@import url('lb-theme.css');

/* Resource */
.lb-loader	{ background:transparent url(/js/lightbox/images/loading.gif) 50% 50% no-repeat; }
.lb-prev	{ background:transparent url(../../images/prev.png) 5% 48% no-repeat; }
.lb-next	{ background:transparent url(../../images/next.png) 95% 48% no-repeat; }
.lb-print	{ background:transparent url(../../images/print.png); }
.lb-download	{ background:transparent url(../../images/download.png); }
.lb-close	{ background:transparent url(/js/lightbox/images/close.png); float:right; }
.lb-fullScreen 	{ background:transparent url(../images/fullscreen.png); }
#lightbox.full-screen .lb-fullScreen { background:transparent url(../images/fullscreen_exit.png) }

/* ---- Hardcore ---- */
#lightbox {position:fixed;top:0;left:0;width:100%;height:100%;z-index:9000;}
.lb-image{max-width:100%;max-height:100%;}
#lightbox.full-screen .lb-image{width:auto;}
#lightbox a img {border:none;}
.lb-container {position:relative;width:250px;height:250px;}
#lightbox.full-screen .lb-container {width:100%;height:100%;}
.lb-loader{position:absolute;top:0;left:0;height:100%;width:100%;text-align:center;line-height:0;}
.lb-nav{position:absolute;top:5%;left:0;height:90%;width:100%;}
.lb-container > .nav{left:0;}
.lb-nav a{outline:none;}
.lb-prev,.lb-next {width:49%;height:100%;display:block;}
.lb-prev{left:0;float:left;}
.lb-next{right:0;float:right;}
.lb-float {position:absolute;display:inline-table;}
.lb-caption {max-width:70%;max-height:48px;text-align:left;overflow:hidden;word-wrap:break-word;}
.lb-number {position:absolute;}
.lb-by {text-decoration:none;position:absolute;}
.lb-buttonContainer {text-align:right;vertical-align:top;min-width:20%;background:transparent;}
.lb-button {display:inline-block;width:24px;height:24px;outline:none;}
.lb-button:hover {cursor:pointer;}
#fb-like {border:none;width:90px;}
inline style{width:auto;}
#lightbox.full-screen .lb-button {display:none;}
#lightbox.full-screen .lb-fullScreen {display:inline-block!important;}
