/*
        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:url(bg.png);
	cursor:pointer
}
#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;
	padding:20px;
}
#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:#FFF;
	text-align:left;
	/*
	padding-top:0;
	*/
	min-height:51px;
	height:51px;
	line-height:51px;
	background:url('header.png') repeat-x center;
}
#easyCloseLink
{
	display:block;
	float:right;
	width:24px;
	height:24px;
	background:url(controls3.png) no-repeat -96px 0;
	margin:12px 20px 0 10px;
	outline:0;
}
#easyCloseLink:hover
{
	background:url(controls3.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
{
	padding:0 0 0 20px;
	font-size:18px;
	line-height:51px;
	font-weight:bold;	
}
#easyNumber
{
	font-size:10px;
	line-height:10px;
	height:10px;
	padding:4px 0 6px;
}
