/*------------------------------------------------------------------------
 # Module - Flexible - Virtuemart Zoom Effect on Product Page - Version 1.0
 # ------------------------------------------------------------------------
 # Copyright (C) 2011 Flexible Web Design. All Rights Reserved.
 # @license http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
 # Author: Flexible Web Design Team
 # Websites: http://www.flexiblewebdesign.com
 -------------------------------------------------------------------------*/


/* This is the CSS for additional images */
/* You can play with these and located additional images to a different location, but don't touch if you don't know what you are doing*/
.mouseovernotice {text-align:center; font-size:9px;}
.flexible-zoom-additionalImages {	 
margin-top:15px;
text-align:center;
}

/* This is the moving lens square underneath the mouse pointer. */
.flexible-zoom-lens {
	border: 0px solid #888;
	margin:-2px;	/* Set this to minus the border thickness. */
	background: url(zoom-back.gif) repeat;	
	cursor:all-scroll;
    cursor: url("zooming.png") 0 16, crosshair;	
}

/* This is for the title text. */
.flexible-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. */
.flexible-zoom-big {
	 
	 
	 box-shadow: 0 0px 10px #000;
	overflow:hidden;
}

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

.zoom-tiny-image {
	 
	border: 1px solid #CCCCCC;
}
.zoom-tiny-image-additional {
margin-right:4px;
 	border:2px solid #ffffff;
	 box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);
	 padding:5px;
border: 1px solid #CCCCCC;
}
.zoom-tiny-image:hover, .zoom-tiny-image-additional:hover {
	border: thin solid #F00;
	 
}



