﻿.gallery img
{
	opacity:0;
	filter: alpha(opacity = 0);
	position:absolute;
	float:left;
}

.gallery .show 
{
	opacity:1;
	filter: alpha(opacity = 100);
	z-index:100;
}

.gallery
{
	position:relative;
	display:inline-block;
	padding-right: 155px;
}

.galleryB
{
	padding-right: 311px;
}
