/*
 Cloud Zoom CSS. (c)2012 Star Plugins.
 This CSS can be altered to change the look and size of the lens.
*/
.cloudzoom-lens {
    border:none;
    border:1px solid #888;
    width:100px;
    height:100px;
    /*box-shadow: -0px -0px 10px rgba(0,0,0,0.40);*/
    cursor:crosshair;
}
/* CSS for zoom window (not used for 'inside' position). */
.cloudzoom-zoom {
    border:1px solid #888;
    /*box-shadow: -0px -0px 10px rgba(0,0,0,0.40);*/
}
.cloud-zoom-gallery .border{	
	border-width:1px; 
	border-style: solid;
	border-right:none;
}
.border-right{	border-right-width:1px;	border-right-style:solid; }
/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-family: sans-serif;
    font-size:11px;
}
/* cloud-zoom */

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 5px solid #ccc;
	margin:-5px;	/* Set this to minus the border thickness. */
/*	background-color:#3fc4e7;	*/
	cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:5px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	background:#FFF;
	/*border-width:5px;*/
	border-style:solid;
	/*box-shadow:0 0 10px #111;*/
	border: 3px solid #777;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}