/* This is the zoom window. */
.cloud-zoom-big {
	background-color:#f9f9f9;
}

.cloud-zoom-cursor-in{
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}

.cloud-zoom-cursor-out{
	cursor: zoom-out;
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
}
