
/* 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 for the title text. */
.cloud-zoom-title {
	display: none;
}

/* cloud zoom wrapper styles */
.cloud-zoom-wrap {
top: 0;
    z-index: 9999;
    position: relative;
    width: 83%;
    float: right;
}

/* This is the zoom window. */
.cloud-zoom-big {
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;
	background:#222;
	padding:3px;
}

.gallery-sample a.cloud-zoom {
	position: relative;
	display: block;
}
.gallery-sample a.cloud-zoom img {
	display: block;
	width: 100%;
	text-align: center;
}

.recent_list {
	display: -webkit-box;
	list-style: none;
}

.recent_list li {
    width: 85px;
    display: inline-block;
}
#cloud-zoom-big {
    left: 0 !important;
    top: 0 !important;
}