.imgPrev
{
	cursor: default;
	list-style: none;
	text-align:left
}

.imgPrev a
{
	cursor: default;
}

.imgPrev a .preview
{
	display: none;
}

.imgPrev a:hover .preview
{
	display: block;
	position: absolute;
	top: -38px;
	left: 0px;
	z-index: 0;
}

.imgPrev img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	width: 100px;
	text-align:left;
	
	
}

.imgPrev ul
{
padding-left:0px;
	margin-left:0px;

}

.imgPrev li
{
	color: inherit;
	display: inline;
	float: left;
	padding-left:0px;
	margin-left:0px;
	text-align:left;
	position: relative;
	background-color: #eee;
	background-position: left;
	left: 0px;
}

.imgPrev .preview
{
	border-color: #000;
	width: 450px;
	height: 288px;
}
