/* SLIMBOX Cerulean mod */
#lbOverlay {position:fixed; z-index:9999; left:0; top:0; width:100%; height:100%; background-color:#000; cursor:pointer;}
#lbCenter,#lbBottomContainer {position:absolute; z-index:9999; overflow:hidden; background:#fff;}
#lbCenter {border:12px solid #fff; border-left:0; border-right:0; border-bottom:0; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;}
#lbCenter.lbLoading {background:#fff url(loading.gif) no-repeat center;}
#lbBottomContainer {background:#fff; border:12px solid #fff; border-left:0; border-right:0; border-top:0; -webkit-border-radius: 0px 0px 12px 12px; -moz-border-radius: 0px 0px 12px 12px; border-radius: 0px 0px 12px 12px;}
#lbImage {position:absolute; left:0; top:0; border:12px solid #fff; border-top:0; border-bottom:0; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; padding-bottom:12px; background-repeat:no-repeat;}
#lbPrevLink,#lbNextLink {display:block; position:absolute; top:0; width:50%; outline:none; overflow:hidden; }
#lbPrevLink {left:0;}
#prev-button {width:27px; height:32px; position:absolute; top:15%; left:-27px; background:url(controls.png) no-repeat -27px -0px;}
#prev-button:hover {background-position:-27px -32px; cursor:pointer;}
#lbNextLink {right:0;}
#next-button {width:27px; height:32px; position:absolute; top:15%; right:-27px; background:url(controls.png) no-repeat -54px -0px;}
#next-button:hover {background-position:-54px -32px; cursor:pointer;}
#lbBottom {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#999999; line-height:1.4; text-align:left; border:12px solid #fff; border-bottom:0;}
#lbCloseLink {display:block; float:right; width:66px; height:22px; background:url(controls.png) no-repeat 0px 0px; width:22px; height:22px; outline:none; }
#lbCloseLink:hover {background-position:0px -22px;}
#lbCaption,#lbNumber {margin-right:50px; }
#lbCaption {font-size:12px; color:#7A7A7A; }
#lbNumber {margin-top:6px;}