/**
 * EasyZoom core styles
 */
.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;
	width: 600px;
	border-radius: 5px;
}

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

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 650px;
	height: 100%;
	margin-left: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.urunslider .foto , .urunslider .foto img {
	height: 500px;
	border: 1px solid #ccc;
}
.urunslider .thumbnails .urunkucuk {
	width: 90px;
	height: 90px;
	background-position: center center !important;
	background-size: cover !important;
	float: left;
	border-radius: 5px;
	margin: 5px 5px 5px 0px;
}
.urunslider .thumbnails .urunkucuk img {
	width: 90px;
	height: 90px;
	opacity: 0;
}
