/*
        Easybox v1.4 - Lightweight easy to use lightbox clone for jQuery
        Based on Slimbox2 by Christophe Beyls <http://www.digitalia.be>
*/
#easyOverlay{position:fixed;z-index:9998;left:0;top:0;width:100%;height:100%;background:#000;cursor:pointer}#easyCenter{position:fixed;left:50%;top:50%;z-index:9999;overflow:hidden;background:#fff;border-radius:0px}#easyLoadingIndicator{position:relative;left:50%;top:50%;width:24px;height:24px;margin-left:-12px;margin-top:-12px;background:url(loading.gif) no-repeat}#easyContainer{overflow:hidden}#easyContainer.error{background:url(error.png) no-repeat center}#easyContainer,#easyBottom{padding:20px;background-color:#F2F2F2;}#easyContainer img,#easyContainer iframe{border:0}#easyBottom{font-family:"Open Sans", sans-serif;color:#666;text-align:left;min-height:40px;padding-top:0}#easyCloseLink{display:block;float:right;width:20px;height:20px;background:transparent url(closebtn.png) no-repeat center;margin:10px 0 0 10px;outline:0}#easyNavigation{float:left;width:38px;margin-top:10px;height:20px;margin:0 10px 0 0}#easyPrevLink{display:block;margin-top:10px;float:left;width:18px;height:20px;background:transparent url(prevbtn.png) no-repeat center;outline:0}#easyNextLink{display:block;margin:10px 0 0 20px;width:18px;height:20px;background:transparent url(nextbtn.png) no-repeat center;outline:0}#easyPrevLink.disabled,#easyNextLink.disabled{visibility:hidden}#easySlideLink{display:block;float:right;width:20px;height:20px;background:transparent url(slidebtn.png) no-repeat center;margin:0 0 0 10px;outline:0}#easySlideLink.disabled{background:transparent url(noslidebtn.png) no-repeat center}#easyCaption{margin-top:-25px;height:12px;},#easyNumber{display:block;font-size:11px;margin-right:60px}#easyCaption.nav,#easyNumber.nav{margin-left:58px}#easyCaption{font-size:13px;font-weight:normal;line-height:16px;padding-top:0px}#easyNumber{font-size:11px;line-height:10px;height:10px;color:#999999;padding:0px 0 6px}
