
/* This is the main image centered. */

#sevenspikes-cloud-zoom {
	width: auto;
	overflow: visible;
	text-align: center;
}
#wrap {
	display: inline-block;
	line-height: 0;
}
#wrap a {
	display: inline-block !important;
	overflow: hidden;
}

/* This is the overlay element. */

.cloud-zoom-lens {
	margin: 0;
	border: none;
	background-color: #fff;	
	cursor: crosshair;
}

/* This is the zoom window. */

#cloudZoomWindowElement {
    left: 0;
    top: 0;
    z-index: 1;
}
#cloud-zoom-big {
	border: none;
	overflow: hidden;
}

/* This is for the title text. */

.cloud-zoom-title {
    background-color: #000;
    padding: 5px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 14px;
}

/* This is the loading message. */

.cloud-zoom-loading {	
	background: #000;
	padding: 3px;
	color: #fff;
}

/* This hides product ribbon when zooming. */

.gallery .ribbon-wrapper:hover .product-ribbon {
    display: none;
}