/*
        Easybox v1.2 - 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, #easyBottomContainer {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
	overflow: hidden;
	background: #fff
}
#easyCenter.easyLoading {
	background: #fff url('/media/UMB/HSHSL/img/easybox/loading.gif') no-repeat center; /*loading.gif*/
}
#easyCenter.easyError {
	background: #fff url('/media/UMB/HSHSL/img/easybox/error.png') no-repeat center; /*error.png*/
}
#easyContainer, #easyBottom {
	border: 10px solid #fff
}
#easyContainer img, #easyContainer iframe {
	border: 0
}
#easyBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	border-top: 0
}
#easyCloseLink {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: transparent url('/media/UMB/HSHSL/img/easybox/closebtn.png') no-repeat center; /*closebtn.png*/
	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('/media/UMB/HSHSL/img/easybox/prevbtn.png') no-repeat center; /*prevbtn.png*/
	outline: 0
}
#easyNextLink {
	display: block;
	margin: 0 0 0 20px;
	width: 18px;
	height: 20px;
	background: transparent url('/media/UMB/HSHSL/img/easybox/nextbtn.png') no-repeat center; /*nextbtn.png*/
	outline: 0
}
#easySlideLink {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: transparent url('/media/UMB/HSHSL/img/easybox/slidebtn.png') no-repeat center; /*slidebtn.png*/
	margin: 0 0 0 10px;
	outline: 0
}
#easySlideLink.disabled {
	background: transparent url('/media/UMB/HSHSL/img/easybox/noslidebtn.png') no-repeat center; /*noslidebtn.png*/
}
#easyCaption, #easyNumber {
	display: block;
	margin-right: 60px
}
#easyCaption.nav, #easyNumber.nav {
	margin-left: 48px
}
#easyCaption {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	height: 16px;
	padding-top: 2px
}
#easyNumber {
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	padding: 4px 0 6px
}
