/*
        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: 48%;
	z-index: 9999;
	overflow: hidden;
	background: #202024;
background-color:rgba(0,0,0,.85);
	border-radius: 4px;
	border: 0px solid #fff;
}
#easyLoadingIndicator {
	position: relative;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
	background: url(/easybox/styles/dark/loading.gif) no-repeat;
}
#easyContainer {
	
    max-height:750px;
    overflow:hidden
  
	

	
}
#easyContainer.error {
	background: url(/easybox/styles/dark/error.png) no-repeat center;
}
#easyContainer, #easyBottom {
	padding: 0px;
	color: #fff;
}
#easyContainer img, #easyContainer iframe {
	border: 0;
}
#easyBottom {
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	text-align: left;
	padding-top: 0px;
	min-height: 30px;
	padding-left:10px;
}
#easyCloseLink {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: transparent url(/easybox/styles/dark/closebtn.png) no-repeat center;
	margin: 0 0 0 10px;
	outline: 0;
}
#easyNavigation {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
}
#easyPrevLink {
	display: block;
	float: left;
	width: 18px;
	height: 20px;
	background: transparent url(/easybox/styles/dark/prevbtn.png) no-repeat center;
	outline: 0;
}
#easyNextLink {
	display: block;
	margin: 0 0 0 20px;
	width: 18px;
	height: 20px;
	background: transparent url(/easybox/styles/dark/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(/easybox/styles/dark/slidebtn.png) no-repeat center;
	margin: 0 0 0 10px;
	outline: 0;
}
#easySlideLink.disabled {
	background: transparent url(/easybox/styles/dark/noslidebtn.png) no-repeat center;
}
#easyCaption, #easyNumber {
	display: block;
	margin-right: 60px;
}
#easyCaption.nav, #easyNumber.nav {
	margin-left: 48px;
}
#easyCaption {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding-top: 2px;
	
	
}
#easyNumber {
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	padding: -40px 0 6px;
}
