/*------------------------------------------------------------------------------------------------------------
# VP MegaMart! Joomla 2.5 Template for VirtueMart 2.0
# ------------------------------------------------------------------------------------------------------------
# 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:300px;
}
.larger-image-top-wrap {
	position: relative;
}
.product-image-gallery .span10.larger-image-top-wrap > div {	
	vertical-align:middle;	
}
.large-image-container, .thumbnails-container {
	text-align:center;
	margin:0;
	display:block;
	position:relative;
	background: #FFF;
	border: 1px solid #DDD;
	padding: 8px;
	margin-bottom: 10px;
	position: relative;
	border-radius: 12px 12px 12px 12px;
}
.thumbnails-container {
	border: 0 none;
	background: 0 none;
}
#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.large-images.single {
	max-width:100%;	
	width:auto !important;
	width:100%; 

	max-height: 450px;

	margin-left:auto;
	margin-right:auto;
}
img.large-images {

	max-height: 450px;
	text-align:center

}






.thumbnails-container .image-thumbnails {
	display: inline-block;
	float: left;
	margin-right: 3px;
}
.thumbnails-container .thumbnails {
	float:left;
	width:auto;
}
.thumbnails-container {
	padding:4px 0;	
}
#thumb-carousel.flexslider {
	margin: 0 5px;
	background: transparent;
	border: 0 none;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

#thumb-carousel .flex-direction-nav {
	*height: 0;
}
#thumb-carousel .flex-direction-nav a {
	width: 35px; 
	height: 35px; 
	margin: -20px 0 0; 
	display: block; 
	position: absolute; 
	top: 50%; 
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	opacity: 1;
	filter: alpha(opacity=100); 
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-o-transition: none;
	background: url(../images/thumbnail_arrows.png) no-repeat transparent;	
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#thumb-carousel .flex-direction-nav a span {
	display: none;
}
#thumb-carousel .flex-direction-nav .flex-next {
	background-position: -35px 0; 
	right: -36px; 
}
#thumb-carousel .flex-direction-nav .flex-prev {
	left: -36px;
	background-position: 0 0;
}
#thumb-carousel .flexslider:hover .flex-next {
	opacity: 1;
}
#thumb-carousel .flexslider:hover .flex-prev {
	opacity: 1;
}
#thumb-carousel .flexslider:hover .flex-next:hover {
	opacity: 1;
}
#thumb-carousel .flex-direction-nav .flex-disabled {
	display: none;
}
#thumb-carousel .flex-direction-nav .flex-next:hover {
	background-position: -35px -35px;
}
#thumb-carousel .flex-direction-nav .flex-prev:hover {
	background-position: 0 -35px;
}
#thumb-carousel .image-thumbnails {
	border: 1px solid #EEE;
	padding: 3px;
	background: #FFF;
}
#thumb-carousel .image-thumbnails.active {
	border-color:#ff0000;
}
#thumb-carousel .thumbnail-image {
	opacity: 1;
	filter:alpha(opacity=100);	
}
#thumb-carousel .active > .thumbnail-image {
	opacity: 0.5;
	filter:alpha(opacity=50);
		
}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 2px solid #EEE;
	margin:-2px;	/* 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:2px solid #EEE;
	overflow:hidden;
	background:#FFF;
	-webkit-box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.15);	
	z-index: 99999 !important;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:#FFF;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}
.modal-zoom {
	position: absolute;
	bottom:15px;
	right: 5px;
	z-index: 999;
}
.modal-zoom-link.show {
	background: url(../images/enlarge-s.png) 50% 50% no-repeat;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display:inline-block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	outline:0 none;
	border:0 none;	
}
.modal-zoom-link.show:hover { background: url(../images/enlarge-l.png) 50% 50% 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;
}