.quicklook-box-close{
	background: transparent url("../images/quicklook-images/closebox.png") 0 0 no-repeat;
	position: absolute;
	top: -10px;
	left: 100%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin-left: -15px;
}
.quicklook-box-loader{
	background:transparent url(../images/quicklook-images/spinner.gif) no-repeat scroll 0 0;
	cursor:pointer;
	height:16px;
	left:50%;
	margin-left:-8px;
	margin-top:-8px;
	position:absolute;
	top:50%;
	width:16px;
}
.quicklook-box-loader.black
{
  background:transparent url(../images/quicklook-images/spinner-black.gif) no-repeat scroll 0 0;
}
.quicklook-imge{
	position: relative;
	
}
.quicklook-videobox.black
{
  cursor: pointer;
  width: 100%;
  height: 100%;
}
