/* img gallery / postal */

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

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

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


.vid-postal-block img {
	width: 147px;
	height: 105px;
	overflow: hidden;
}

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

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