/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 40;
	overflow: hidden;
	background: #FFF;
}

.easyzoom-flyout img {
	max-width: none;
}

.easyzoom2 {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom2 img {
	vertical-align: bottom;
}

.easyzoom2.is-loading2 img {
	cursor: progress;
}

.easyzoom2.is-ready2 img {
	cursor: crosshair;
}

.easyzoom2.is-error2  img {
	cursor: not-allowed;
}

.easyzoom2-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom2-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

.easyzoom3 {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom3 img {
	vertical-align: bottom;
}

.easyzoom3.is-loading3 img {
	cursor: progress;
}

.easyzoom3.is-ready3 img {
	cursor: crosshair;
}

.easyzoom3.is-error3  img {
	cursor: not-allowed;
}

.easyzoom3-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom3-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom2--overlay .easyzoom2-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom3--overlay .easyzoom3-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

#easy .thumbnails {
	overflow: hidden;
	margin: 1em 0;
	padding: 0;
	text-align: center;
}

#easy .thumbnails li {
	display: inline-block;
	width: 140px;
	margin: 0 5px;
}

#easy .thumbnails img {
	display: block;
	min-width: 100%;
	max-width: 100%;
}

#easy .thumbnails2 {
	overflow: hidden;
	margin: 1em 0;
	padding: 0;
	text-align: center;
}

#easy .thumbnails2 li {
	display: inline-block;
	width: 140px;
	margin: 0 5px;
}

#easy .thumbnails2 img {
	display: block;
	min-width: 100%;
	max-width: 100%;
}

#easy .thumbnails3 {
	overflow: hidden;
	margin: 1em 0;
	padding: 0;
	text-align: center;
}

#easy .thumbnails3 li {
	display: inline-block;
	width: 140px;
	margin: 0 5px;
}

#easy .thumbnails3 img {
	display: block;
	min-width: 100%;
	max-width: 100%;
}