/*
.hoverbox {
	margin: 0 auto;
	width: 750px;
}

.hoverbox ul { list-style: none; }

.hoverbox .image a .preview { display: none; }

.hoverbox .image a:hover .preview {
	display: block;
	position: absolute;
	top: -110px;
	left: -110px;
	z-index: 1;
}

.hoverbox img {
	background: #fff;
	vertical-align: top;
	width: 150px;
	height: 150px;
}

.hoverbox li {	
	display: inline;
	float: left;
	position: relative;
	margin: 20px 150px 20px 0;
	text-align: center;
	width: 150px;
	height: 220px;
}

.hoverbox .preview {
	border: 1px solid #eee;
	width: 370px;
	height: 370px;
}

.hoverbox .third { margin-right: 0; }

.hoverbox h3 {
	margin-top: 5px;
	font: bold 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #77787c;
}

.hoverbox p { margin: 0; }
*/


.hoverbox {
	margin: 0 auto;
	width: 750px;
}
.designer_item .hoverbox { width: 660px; }

.hoverbox ul { list-style: none; }

.hoverbox .imagepreview {
	position: absolute;
	top: -100px;
	left: 150px;
	background: #fff;
	display: block;
	z-index: 1000;
	border: 1px solid #ddd;
	width: 370px;
	height: 370px;
}

.hoverbox li.third .imagepreview {
	left: -370px;
}

.hoverbox .imagethumb {
	background: #fff;
	vertical-align: top;
	width: 150px;
	height: 150px;
	z-index: 1;
}

.imagethumb a { cursor: pointer; }

.hoverbox li {	
	display: inline;
	float: left;
	margin: 20px 150px 20px 0;
	text-align: center;
	width: 150px;
	height: 220px;
}

ul.favourites li {
	height:240px;
}

.designer_item .hoverbox li {
	margin-bottom: 0;
	margin-right: 70px;
}

.hoverbox .third { margin-right: 0; }

.hoverbox h3 {
	margin-top: 5px;
	font: bold 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #77787c;
}

.hoverbox p { margin: 0; }

