.ienlargerGallery {
	width:100px;
	height:160px;
	margin-bottom:15px;
	float: left;
	clear: none;
	background:#111;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#111111');
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
	background: -moz-linear-gradient(top,  #222,  #111);
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

.ienlargerGallery a { 
	display:block;
	text-decoration: none;
	cursor:default;
	width:100%;
	height:100%;
}

.ienlargerGallery a:hover{
 	position:relative;
}

.ienlargerGallery span img {
	padding:0;
	margin:0;
}



.ienlargerGallery a span {
	position: absolute;
	display:none;
	color: #ccc;
	text-decoration: none;
	background:#111;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111');
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
	background: -moz-linear-gradient(top,  #333,  #111);
	padding:10px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 1);
	
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.ienlargerGallery p {
	display:table;
	margin:10px;
}

.ienlargerGallery img {
	border: 1px solid #444;
	width:90px;
	height:auto;
	margin:5px 5px 0 5px;
}

.ienlargerGallery a:hover span { 
	display:block;
	top: -270px;
	left: -90px;
	z-index: 100;
}

.resize_thumb {
	width:90px;
	height:auto;
}

.ienlargerGallery img.gallery {
	width:auto;
	max-height:350px;
	margin-bottom:5px;
}
