/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 1px solid #888;
	margin:0;	/* 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 {
	color:white;
	background:#222;
	padding:3px;
	border:1px solid #000;
}
.zoom-section {
	position:relative;
	z-index:1;
	background: white;
}
.zoom-desc {
	width: 58px;
	height: 300px;
	padding: 10px 0;	
	margin: 0 auto;
	position: relative
}
.zoom-small-image {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}
.cloud-zoom {
	width: 100%;
	height: 100%;
	text-align: center;
}
#wrap .mainImage {
	max-width: inherit;
	width: 100%;
	margin-bottom: 5px;
}
.cloud-zoom-gallery {
	display: table-cell;
	vertical-align: middle;
	border: 2px solid transparent;
	margin: 0;
	width: 48px;
	height: 48px;
	text-align: center;
}
.cloud-zoom-gallery:hover {
	border-color: #0f75bc;
}
.zoom-tiny-image {
	max-width: 48px;
	max-height: 48px;
}
.zoom-section:hover .zoom img {
	opacity: 1
}
.zoom-desc li {
	float: left;
	margin: 4px
}
.zoom_area {
	width: 100%;
	height: 20px;
	text-align:right;
	position: relative
}
.zoom-desc .prev, .zoom-desc .next {
	background-image: url(../Images/btn_arr.png);
	background-repeat: no-repeat;
	cursor: pointer;
	width: 13px;
	height: 7px;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	z-index: 10;
	text-indent: -9999px
}
.zoom-desc .prev {
	background-position: -30px 0;
	top: 0
}
.zoom-desc .next {
	background-position: -30px -8px;
	bottom: 0
}
@media only screen and (max-width: 767px) {
	.zoom-section { width: 75% !important }
	#thumbnails_P { width: 25% !important; margin: 0 }
	.zoom-desc .prev, .zoom-desc .next { display: none }
}
@media only screen and (max-width: 480px) {
	.zoom-section, #thumbnails_P, .zoom-desc { width: 100% !important }
	.caroufredsel_wrapper, .zoom-desc ul { width: 100% !important; height: 70px !important; text-align: center }
	.zoom-desc { height: auto; text-align: center }
	#thumbnails_P li { float: none; display: inline-block; width: 18%; margin-left: 1%  }
	.cloud-zoom-gallery { display: block; width: 100%; height: auto }
	#thumbnails_P li img { max-width: 100%; max-height: inherit }	
}