.ienlarger {
	width:90px;
	height:120px;
	margin-right:15px;
	float: left;
	clear: none;
}

.ienlarger a { 
	display:block;
	text-decoration: none;
	cursor:default;
}

.ienlarger a:hover{
 	position:relative;
	text-decoration:none;
}

.ienlarger span img {
	padding:0;
	margin:0;
}

.ienlarger a span {
	position: absolute;
	display:none;
	color: #ccc;
	text-decoration: none;
	background:#111;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#111111');
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
	background: -moz-linear-gradient(top,  #333,  #111);
	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;
	padding:10px;
	margin:0;
}

.ienlarger img {
	border-width: 0;
	width:90px;
	height:120px;
}

.ienlarger a:hover span { 
	display:block;
	top: -120px;
	left: -90px;
	z-index: 100;
}

.resize_thumb {
	width: 100px;
	height : auto;
}

.ienlarger img.catalogue {
	width:300px;
	height:400px;
	margin-bottom:5px;
}