.ImageHovercss
{
	cursor: default;
	list-style: none;
}

.ImageHovercss a
{
	cursor: pointer;
}

.ImageHovercss a .preview
{
	display: none;
}

.ImageHovercss a:hover .preview
{
	display: block;
	position: absolute;
	top: 21px;
	left: -120px;
	z-index: 1;
}

.ImageHovercss img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid; 
	border-width: 1px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 90px;
	height: 108px;
}

.ImageHovercss li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid; 
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 4px;
	padding: 0px;
	position: relative;
	text-align:center;
}

.ImageHovercss .preview
{
	border-color: #000;
	width: 340px;
	height: 415px;
}