body {
	height:100%;
	width:100%
}

div.quickView {
	background:url(/images/backgrounds/quickview_bg.png) left top no-repeat;
	height:512px;
	left:50%;
	margin-left:-234px;
	margin-top:-264px;
	padding:8px;
	position:fixed;
	top:50%;
	width:452px;
	z-index:888
}
div.quickView button.quickViewClose {
	background:url(/images/buttons/close.png) left top no-repeat;
	border:0;
	cursor:pointer;
	height:21px;
	overflow:hidden;
	position:absolute;
	text-indent:21px;
	top:0;
	right:0;
	white-space:nowrap;
	width:21px;
	z-index:999
}
div.quickView iframe {
	border:0;
	height:510px;
	margin:0;
	padding:0;
	position:relative; 
	width:450px
}

div.quickViewOverlay {
	background-color:#000;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:777;
}