@charset "iso-8859-2";
.img {
	width: 328px;
	height: 329px;
	background: #FFFFFF url(../images/shopImageBg.png) no-repeat center center;
	float: left;
	margin-top: 2px;
}

.img img {
	margin-left: -4px;
}

.thumb {
	width: 76px;
	height: 77px;
	border: 2px solid #FFFFFF;
	background: #FFFFFF url(../images/shopThumbBg.png) no-repeat center center;
	cursor: pointer;
	z-index: 1;
	float: left;
	margin-left: 1px;
}

.thumb img {
	margin-left: -4px;
}

.thumb:hover {
	border-color: #FF6600;
}

