.easyzoomMaskele{
	display:none;
}
.easyNormalimg {
	width: 36.458vw;
	height: auto;
	//background-color:#fff;
	-webkit-border-radius: .5vw;
	-moz-border-radius: .5vw;
	border-radius: .5vw;
	overflow:hidden;
	//filter: grayscale(100%);
	border:1px solid #ddd;
}

.thumDiv{
	width: 6vw; /* thum width +1 */
	height:auto;
	float:left;
	margin-right:1vw;
}

.thumbnails {
	margin: 0 1vw 1vw 0;
	padding: 0;
	text-align: center;
}

.thumbnails li {
	/*display: inline-block; yatay dikey*/
	width: 5.68vw; /*thumDiv ile aynı*/						/*mini resim*/
	//background:#fff;
	-webkit-border-radius: .5vw;
	-moz-border-radius: .5vw;
	border-radius: .5vw;
	overflow:hidden;
}

.thum1{margin: 0 0 2vw 0}
.thum2{margin: 0 0 2vw 0}
.thum3{margin: 0 0 2vw 0}
.thum4{margin: 0 0 2vw 0}
.thum5{margin: 0 0 0 0}

.thumbnails img {
	display: block;
	min-width: 100%;
	max-width: 100%;
	cursor: zoom-in;
	-webkit-border-radius: .5vw;
	-moz-border-radius: .5vw;
	border-radius: .5vw;
}

.easyzoom {
	position: relative;
	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {/*orta boy*/
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: move;
}

.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;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	//background-color:#fff;
	-webkit-border-radius: .5vw;
	-moz-border-radius: .5vw;
	border-radius: .5vw;
}

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

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 108%;
	width: 100%;
	height: 100%;
	border:1px solid #ddd;
	-webkit-box-shadow: .3vw .3vw 1vw -.5vw #999;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    .3vw .3vw 1vw -.5vw #999;  /* Firefox 3.5 - 3.6 */
	box-shadow:         .3vw .3vw 1vw -.5vw #999;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.easyzoom-flyout img{
	width: 100vw;
	height: auto;
}

/* Mobil Responsive */

@media screen and (max-width: 600px) {
	.easyzoomMaskele{ /* mobilde büyük resmin üstünde durarak parmakla kayma engellemesini düzeltir */
		display:block;
		position:absolute;
		width: 90vw;
		height:90vw;
		z-index:2;
	}
	.easyNormalimg {width: 90vw;}
	.thumDiv{width: 90vw;}
	.thumbnails li {display: inline-block;width: 14vw;}
	.thum1{margin: 0 3.7vw 2vw 0}
	.thum2{margin: 0 3.7vw 2vw 0}
	.thum3{margin: 0 3.7vw 2vw 0}
	.thum4{margin: 0 3.7vw 2vw 0}
	.thum5{margin: 0 0 2vw 0}
}