/*
        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:#000;}

#easyLoadingIndicator{position:relative;left:50%;top:50%;width:24px;height:24px;margin-left:-12px;margin-top:-12px;background:url(/_resources/images/lightbox/loading.gif) no-repeat}

#easyContainer{overflow:hidden}

#easyContainer.error{background:url(/_resources/images/lightbox/error.png) no-repeat center}

#easyContainer,#easyBottom{padding:10px}

#easyContainer img,#easyContainer iframe{border:0}

#easyBottom{color:#FFF;text-align:left;min-height:20px;padding-top:5px;
background: #1e1e1e; /* Old browsers */
background: -moz-linear-gradient(top,  #1e1e1e 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e1e1e 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e1e1e 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e1e1e 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e1e1e 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#000000',GradientType=0 ); /* IE6-9 */}

#easyCloseLink{display:block;float:right;width:50px;height:20px;background:transparent url(/_resources/images/lightbox/closebtn.png) no-repeat center;margin:0 0 0 10px;outline:0}

#easyNavigation{float:left;width:38px;height:20px;margin:0 10px 0 0}

#easyPrevLink{display:block;float:left;width:18px;height:20px;background:transparent url(/_resources/images/lightbox/prevbtn.png) no-repeat center;outline:0}

#easyNextLink{display:block;margin:0 0 0 20px;width:18px;height:20px;background:transparent url(/_resources/images/lightbox/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(/_resources/images/lightbox/slidebtn.png) no-repeat center;margin:0 0 0 10px;outline:0}

#easySlideLink.disabled{background:transparent url(/_resources/images/lightbox/noslidebtn.png) no-repeat center}

#easyCaption,#easyNumber{display:block;}

#easyCaption.nav,#easyNumber.nav{margin-left:48px;}

#easyCaption{font-size:12px;font-weight:bold;line-height:16px;padding-top:2px; width: 175px; float: left;}

#easyNumber{font-size:10px;line-height:10px;height:8px;padding:2px 0px 2px 10px; border-left: dotted 1px #72c7e7; color: #72c7e7; width: 100px; float: left; margin-top: 4px;}
