/* img gallery / postal */

.img img-gallery, .img img-postal
{
	width: 100%;
	height: 100%;
}

.img-gallery, .img-postal
{
	cursor: pointer;
}

.img-gallery-block, .img-postal-block
{
	display: inline-block;
	text-align: center;
	width: 147px;
	height: 105px;
	overflow: hidden;
}

.over-gallery, .over-postal
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 147px;
	height: 105px;
	cursor: pointer;
}

.block-list-gallery, .block-list-postal
{
	display: inline-block;
	width: 810px;
	min-height: 120px;
}