
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 1px solid #999;
	margin:0px;	/* Set this to minus the border thickness. */
	background:#fff;	
	_background:none;
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:0px solid #f5f5f5;
	margin:0px 0px 0px -20px;
	padding:0px;
	width:300px; height:300px;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #f5f5f5;
}

ul,li{list-style:none;margin:0px;padding:0px;}
img{border:none;}
a.cloud-zoom img{border:1px solid #E8E8E8; width:500px; height:385px;margin:0px;padding:0px;}
.block{width:506px;margin:0px;padding:0px;text-align:center;}
.block ul{clear:both;margin:5px 0px 0px 0px;}
.block ul img{border:1px solid #E8E8E8;float:left; width:120px; height:92px;margin:0px 4px 0px 0px;padding:0px;}
p.author{clear:both;text-align:center;color:#999;font-size:11px;}
p.author a{text-decoration:none;color:#666;border-bottom:1px dashed #CCC;}
