@charset "UTF-8";
.img_cont {
	height: 220px;
	width: 220px;
	margin-right: 20px;
	float: left;
	background-image: url(/img/gallery_img_shadow01.png);
	background-repeat: no-repeat;
	background-position: center 145px;
	padding-bottom: 20px;
}

.white_frame, .zoom_ico {
	height: 200px;
	width: 200px;
}

.white_frame {
	background-color: #FFF;
	padding: 10px;
	position: relative;
}
.zoom_ico {
	position: absolute;
	left: 10px;
	top: 10px;
	background-image: url(/img/gallery/zoom.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
}
