﻿/**
 * 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: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	xborder:1px solid yellow;
	top: 0;
	right: 100%;
	width: 255%;
	height: 165%;
	margin-right: 20px;
}

.easyzoom--adjacentstore .easyzoom-flyout 
{
	xborder:1px solid yellow;
	top: 0;
	right: 100%;
	width: 250%;
	height: 225%;
	margin-right: 20px;
}

.easyzoom--adjacentdetail1 .easyzoom-flyout 
{
	xborder:1px solid yellow;
	top: 0;
	Xleft: 100%;
	right:100%;
	width: 250%;
	height: 225%;
	margin-left: 20px;
}

.easyzoom--adjacentdetail2 .easyzoom-flyout 
{
	xborder:1px solid yellow;
	top: 0;
	Xleft: 100%;
	right: 100%;
	Xwidth: 1163%;
	width: 425%;
	Xheight: 825%;
	height: 425%;
	margin-left: 20px;
}