@charset "utf-8";


.cloud-zoom{margin-bottom:20px;}
.cloud-zoom img{border:solid 1px #999;}
.cloud-zoom-lens {cursor:move;}
.cloud-zoom-big {overflow:hidden;}
.cloud-zoom-loading {color:white; background:#222; padding:3px; border:1px solid #000;}

/* zoom-section */
.zoom-section{clear:both;}
.zoom-section{display:inline;clear:both;}
.zoom-desc{float:left;margin-left:10px;}
.zoom-small-image{float:left;}
.zoom-tiny-image{border:1px solid #f1f1f1; margin:0px;}
.zoom-tiny-image:hover{border:1px solid #87caf0;}
.cloud-zoom-gallery{margin-left:10px;}

/*Mobile Devices.*/		
@media all and (max-width: 480px) and (min-width: 320px){
.cloud-zoom img{width:100%; height:auto;}
.zoom-tiny-image{width:29%; height:atuo; margin-bottom:20px;}
}