.i3shopwinstandartItem{
	min-height:100px;
	min-width:94%;
	margin:3%;
	float:left;
}

.i3productimage{
	background-attachment:scroll;
	background-position:center center;
	background-size:150%;
	background-repeat:no-repeat;
}
.i3shopwinstandartItem .i3productimage{
	margin:0 30px 0 0;
	width:400px;
	height:300px;
	float:left;
	background-attachment:scroll;
	background-position:center center;
	background-size:150%;
	background-repeat:no-repeat;
	border:#eee 1px solid;
}
.i3productimagethumbbar{
	position:absolute;
	width:90%;
	height:64px;
	margin:230px 20px 20px 20px;
	z-index:inherit;
}

.i3zoomedin .i3productimagethumbbar{
	margin:55% 20px 20px 20px;
}
.i3productimagethumb{
	float:left;
	width:42px;
	height:42px;
	background-attachment:scroll;
	background-position:center center;
	background-size:150%;
	background-repeat:no-repeat;
	border:#eee 1px solid;
	margin:10px;
	background-color:white;
	z-index: inherit;
	cursor:pointer;
}
.i3zoomedin .i3productimagethumb{
	width:64px;
	height:64px;
}
