﻿/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 2px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;		
	cursor:move;
    width:500px;
    height:500px;
}

/* 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;
	bottom:0;
	text-transform: uppercase;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:2px solid #ccc;
    width:500px;
    height:500px;
	overflow:hidden;	
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #f0f0f0;
}

.zoom-desc{
	clear: both;
	margin-top: 10px;
	padding-top: 3px;
}
.zoom-desc a{
	padding: 0px 2px;
}
.zoom-small-image{
	clear: both;	
	padding:2px;	
	border: solid 1px #e9e9e9;	
	z-index:0;
	vertical-align:middle;
}
.zoom-small-image img{
	
	width: 300px;
	height:300px;
	vertical-align:middle;
}
#wrap, .mousetrap
{
    z-index:100;    
}