/*  
Theme Name: Airos Chou
Theme URI: http://www.sunflowamedia.com
Download by http://www.codefans.net
Description: Web Design examples
*/

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	margin: -4px;	/* Set this to minus the border thickness. */
	background-color: #fff;	
	cursor: move;		
}



/* This is the zoom window. */
.cloud-zoom-big {
	border: 1px solid #ccc;
	overflow: hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color: white;	
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}

/*--------------------------------------------
container
--------------------------------------------*/
