#easyOverlay {
	background: rgb(0, 0, 0); left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; z-index: 9998; cursor: pointer;
}
#easyCenter {
	background: rgb(255, 255, 255); border-radius: 8px; left: 50%; top: 50%; overflow: hidden; position: fixed; z-index: 9999;
}
#easyLoadingIndicator {
	background: url("loading.gif") no-repeat; left: 50%; top: 50%; width: 24px; height: 24px; margin-top: -12px; margin-left: -12px; position: relative;
}
#easyContainer {
	overflow: hidden;
}
.error#easyContainer {
	background: url("error.png") no-repeat center;
}
#easyContainer {
	padding: 10px;
}
#easyBottom {
	padding: 10px;
}
#easyBottom {
	padding-top: 0px;
}
#easyContainer img {
	border: 0px currentColor; border-image: none;
}
#easyContainer iframe {
	border: 0px currentColor; border-image: none;
}
#easyBottom {
	text-align: left; color: rgb(102, 102, 102); font-family: Verdana,Arial,Geneva,Helvetica,sans-serif; border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
#easyCloseLink {
	background: url("closebtn.png") no-repeat center; margin: 0px 0px 0px 10px; outline: 0px; width: 20px; height: 20px; float: right; display: block;
}
#easyNavigation {
	margin: 0px 10px 0px 0px; width: 38px; height: 20px; float: left;
}
#easyPrevLink {
	background: url("prevbtn.png") no-repeat center; outline: 0px; width: 18px; height: 20px; float: left; display: block;
}
#easyNextLink {
	background: url("nextbtn.png") no-repeat center; margin: 0px 0px 0px 20px; outline: 0px; width: 18px; height: 20px; display: block;
}
.disabled#easyPrevLink {
	visibility: hidden;
}
.disabled#easyNextLink {
	visibility: hidden;
}
#easySlideLink {
	background: url("slidebtn.png") no-repeat center; margin: 0px 0px 0px 10px; outline: 0px; width: 20px; height: 20px; float: right; display: block;
}
.disabled#easySlideLink {
	background: url("noslidebtn.png") no-repeat center;
}
#easyCaption {
	margin-right: 60px; display: block;
}
#easyNumber {
	margin-right: 60px; display: block;
}
.nav#easyCaption {
	margin-left: 48px;
}
.nav#easyNumber {
	margin-left: 48px;
}
#easyCaption {
	line-height: 16px; padding-top: 2px; font-size: 12px; font-weight: bold;
}
#easyNumber {
	padding: 4px 0px 6px; height: 10px; line-height: 10px; font-size: 10px;
}
