/*------------------------------------------------------------------------------------------------------------
# VP ProMart! Joomla 2.5 Template for VirtueMart 2.0 Ver. 1.0.4
# ------------------------------------------------------------------------------------------------------------
# Copyright (C) 2012 VirtuePlanet Services LLP. All Rights Reserved.
# License - GNU General Public License version 2. http://www.gnu.org/licenses/gpl-2.0.html
# Author: VirtuePlanet Services LLP
# Email: info@virtueplanet.com
# Websites:  http://www.virtueplanet.com
------------------------------------------------------------------------------------------------------------*/
.product-image-gallery {
	margin:0 10px 0 0;
	min-height:360px;
	position:relative;
}
.product-image-gallery .span10.larger-image-top-wrap > div {	
	vertical-align:middle;	
}
.large-image-container {
	text-align:center;
	margin:0;
	border: 0 none;
	display:block;
	position:relative;
}
img.large-images {
	max-width:324px;	
	width:auto !important;
	width:324px; 
	height:auto !important; 	
	margin-left:auto;
	margin-right:auto;
}  
#image-loading {
	position:absolute;
	bottom:45%;
	width:100%;
	display:none;
}
.ie8 #image-loading {
	display:none !important;
}
#image-loading > p {
	margin:0 auto;
	padding:5px 15px;
	background:#000;
	opacity:0.7;
	color:#fff;
	width:80px;
}
img.quick-large-images {
	max-width:340px;	
	width:auto !important;
	width:340px; 
	max-height:360px;
	height:auto !important; 	
	height:360px;
	margin-left:auto;
	margin-right:auto;
}
.quickview img.large-images.single {
	max-width:415px;	
	width:auto !important;
	width:415px; 
	max-height:360px;
	height:auto !important; 	
	height:360px;
	margin-left:auto;
	margin-right:auto;
}
img.large-images.single {
	max-width:100%;	
	width:auto !important;
	width:100%; 
	height:auto !important; 	
	margin-left:auto;
	margin-right:auto;
}
img.thumbnail-image {
	margin-bottom:2px;
	max-width:55px;	
	max-height:55px;
	width:auto !important;
	width:55px; 
	height:auto !important; 
	height:55px;
} 
@media (max-width: 979px) and (min-width: 768px) {
		img.large-images {
		max-width:240px;	
		width:auto !important;
		width:240px; 
		height:auto !important; 	
	} 
		img.thumbnail-image {
		margin-bottom:2px;
		max-width:40px;	
		max-height:55px;
		width:auto !important;
		width:40px; 
		height:auto !important; 
		height:55px;
	}
}
.thumbnails-container {
	width:100%;
	margin:0 10px 10px 0;
	padding:0;
	text-align:center;
}
.thumbnails-container .thumbnails {
	float:left;
	width:auto;
}

a:link img.thumbnail-image, a:visited img.thumbnail-image {
	border: 1px solid #CCC;
}
a:hover img.thumbnail-image {
	border: 1px solid #7e7e7e;
}
a.active img.thumbnail-image {
	border:1px #ff9e2c solid;
}
/* 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:4px solid #ccc;
	overflow:hidden;
	background:#FFF;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}
.modal-zoom {
	position: absolute;
	top:0;
	right: 0;
	z-index: 999;
}
.modal-zoom-link.show {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px;
	display:inline-block;
}
.modal-zoom-link.show:hover { background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; }
.product-image-mobile-gallery img.quick-large-images {
	max-width: 100%;
	width: auto !important;
	width: 100%;
	max-height: 300px;
	height: auto !important;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.product-image-mobile-gallery .image-thumbnails {
	display:inline-block;
	margin:2px;
}
.product-image-mobile-gallery .thumbnails-container {
	margin-top:20px;
}