/*
        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: rgba(0, 0, 0, 0.8);
	cursor: pointer
}
#easyContainer > div {
overflow: scroll;
}

#easyCenter {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 16px;
<
}

#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: 16px }

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

#easyBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	padding-top: 0;
	min-height: 24px
}

#easyCloseLink {
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	background: url(/controls.png) no-repeat -96px 0;
	margin: 0 0 0 10px;
	outline: 0
}

#easyCloseLink:hover { background: url(/controls.png) no-repeat -96px -24px }

#easyNavigation {
	float: left;
	width: 50px;
	height: 24px;
	margin: 0 10px 0 0
}

#easyPrevLink {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background: url(/controls.png) no-repeat 0 0;
	outline: 0
}

#easyPrevLink:hover { background: url(/controls.png) no-repeat 0 -24px }

#easyPrevLink.disabled { background: url(/controls.png) no-repeat 0 -48px }

#easyNextLink {
	display: block;
	margin: 0 0 0 26px;
	width: 24px;
	height: 24px;
	background: url(/controls.png) no-repeat -24px 0;
	outline: 0
}

#easyNextLink:hover { background: url(/controls.png) no-repeat -24px -24px }

#easyNextLink.disabled { background: url(/controls.png) no-repeat -24px -48px }

#easySlideLink {
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	background: url(/controls.png) no-repeat -48px 0;
	margin: 0 0 0 10px;
	outline: 0
}

#easySlideLink:hover { background: url(/controls.png) no-repeat -48px -24px }

#easySlideLink.disabled { background: url(/controls.png) no-repeat -72px 0 }

#easySlideLink.disabled:hover { background: url(/controls.png) no-repeat -72px -24px }

#easyCaption, #easyNumber {
	display: block;
	margin-right: 60px
}

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

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

#easyNumber {
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	padding: 4px 0 6px
}