﻿.ImgGallery
{
	width:100%;
	margin:10px;
}
.ImgGallery a
{ 
	position:relative;
	width:120px;
	height:120px; 
border:0;
vertical-align:middle;
text-align:center;
}
.ImgGallery a img
{
	position:relative;
	width:100px;
	height:100px; 
	border:1px solid #888;
	margin:15px;
	padding:10px;
}
.ImgGallery a:hover
{
	position:relative; 
	margin:0px;
	border:1px;
}
.ImgGallery a:hover img
{
	position:relative;
	top:-5px;
	left:-5px;
	width:120px;
	height:120px;
	border:0;
	margin:5px;
border:1px solid #888;
padding:10px;
background:#ccc;
z-index:1;

}