#pcloudydesc { height:250px; width:535px;padding:10px; margin-bottom:50px;  margin-left:50px;float:left; display:block;}
#pcloudydesc h4 {font-weight:normal;}
#pcloudydesc h4 a,#pcloudydesc h4 a:link,#pcloudydesc h4 a:visited {color:#000;}
#pclouditem { width:950px;padding-bottom:30px;margin-bottom:20px;}
#pclouditemimg { height:250px; width:270px;  float:left; display:block;}
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 1px solid #fff;
	margin:0px;
	background-color:#fff;
	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:1px solid #ccc;
    margin-top:3px;
    margin-left:20px;
	overflow:hidden;

}

/* This is the loading message. */
.cloud-zoom-loading {
	color:#333;
	background:#ddd;
	padding:3px;
	border:1px solid #ccc;
}