@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:100,300,600);

/*
        Easybox v1.0 - 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%;
	cursor:pointer;
	background-color: #FFF;
	
	background-image:url(../img/zlog_lb.jpg);
	}
	
#easyBottomContainer{
/*	background-color: #FFF;*/
	position:fixed;
	left:50%;
	top:50%;
	z-index:9999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding: 5px 0px 0px 0px;
	
/*	-webkit-box-shadow: 5px 3px 5px #666;*/
	}

#easyCenter/*,#easyBottomContainer*/{
	
	-webkit-box-shadow: 5px 3px 15px #666;
	
	position:fixed;
	left:50%;
	top:50%;
	z-index:9999;
	/* [disabled]overflow:hidden; */
	background:#fff;
}#easyCenter.easyLoading{background:#fff url(loading.gif) no-repeat center}#easyCenter.easyError{
	background:#fff url(error.png) no-repeat center;
}#easyContainer,#easyBottom{
	border:10px solid #fff;
}#easyContainer img,#easyContainer iframe{
	scrolling:0;
	/* [disabled]border:0; */
}#easyBottom{
	font-family:Josefin Sans,Verdana,Arial,Geneva,Helvetica,sans-serif;
	color:#666;
	text-align:right;
	border-top:none;
}#easyCloseLink{
	display:block;
	float:right;
	width:120px;
	height:20px;
	background:transparent url(closebtn.png) no-repeat center;
	margin:0 0 0 10px;
	outline:none
}#easyNavigation{float:left;width:960px;height:50px;margin:0 10px 0 0}#easyPrevLink{
	display:block;
	float:left;
	width:50px;
	height:20px;
	/* [disabled]margin-left:0px; */
	/* [disabled]padding-right:30px; */
	background:transparent url(prevbtn.png) no-repeat center;
	outline:none
}#easyNextLink{
	float:right;
	display:block;
	margin:0 0 0 17px;
	width:50px;
	height:20px;
	background:transparent url(nextbtn.png) no-repeat center;
	outline:none
}#easySlideLink{
	display:block;
	float:right;
	width:20px;
	height:20px;
	background:transparent url(slidebtn.png) no-repeat center;
	margin:0 0 0 10px;
	outline:none
}#easySlideLink.disabled{background:transparent url(noslidebtn.png) no-repeat center}#easyCaption,#easyNumber{
	display:block;
	margin-right:60px
}#easyCaption.nav,#easyNumber.nav{margin-left:42px}#easyCaption{font-size:24px;font-weight:600;line-height:16px;height:16px;padding-top:2px;padding-right:20px;margin-right:20px;}#easyNumber{font-size:10px;line-height:10px;height:10px;padding:4px 0 6px}
