.productCard {
	position: relative;
}
.productCard .picture a.displayBlock {
	text-align: center;
}
.productCard .picture img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}

.productCard .overlay {
	position: absolute;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
}

.productCard .overlay .title {
	padding: 5px 10px;
	font-weight: bold;
	text-shadow: 0px 0px 2px #fff;
	text-align: left;
}

.productCard .overlay .control {
	padding: 5px 15px 0px 0px;
}

.productCard .preview {
	position: absolute;
	width: 700px;
	min-height: 300px;
	margin-left: -320px;
	margin-top: -50px;
	background-color: #fff;
	z-index: 400;
	border: 1px solid #cdcdcd;
}