﻿.zoom-small-image img {
	max-width: 478px;
	max-height: 478px;
	/*border: 1px solid #fff;*/
	}
.zoom-desc img {
	width: 88px;
	height: 88px; border:1px solid #b1b1b1; margin-bottom:14px;
	}
.zoom-desc img.on {border:1px solid #009fe8;}

.zoom-section {position:relative;}
.zoom-small-image {width:478px;height: 478px;border:1px solid #b1b1b1; float:left; position:relative;display: flex;align-items: center;justify-content: center;}
.pico {position:absolute; bottom:15px; right:164px; z-index:10000;}
.pico img {width:auto; height:auto; border:0;}
.zoom-desc {width:120px; height:480px; background:#f1f1f1; float:left; overflow:hidden; position:relative;}
.zoom-desc-in {width:90px; margin:0 auto; position:absolute; top:39px; left:15px; height:402px; overflow:hidden;}
.zoom-desc-in p {position:absolute; top:0;}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* 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;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:1px solid #ccc;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	display:none;
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}


