/* Super zoom gallery */

div.gal-wrap          { 
	float: left; 
	display: none;
	width: 100%;
	position:relative;
	margin-bottom: 5px;
	padding: 5px;
}

div.gal-small         { 
	float: left;
	margin: 0px;
	line-height: 0;
	height: 100%;
	z-index: -2;
}

div.zoom-box {
	width:260px;
	line-height: 0;
	float:right;
	height:100%;
	position: relative;
	z-index: 2;
}

div.gal-mover { 
	border:none;
	display:none;
	float:right;
	width: 100%;
	position:relative;
}

div.gal-large         { 
	border:none;
	position: relative; 
}

div.gal-small img     {
	cursor: crosshair;
}

img.gal-large-image   {
	z-index: -2;
	border: none;
	margin: none;
	padding: none;
}

img.gal-img {
}

div.gal-thumbnail	   { 
	position:relative;
	float: left; 
	cursor: pointer;
	margin: 5px;
}

div.gal-thumbnail img {
	opacity:0.5;
} 

div.gal-thumbnail:hover	 img  { 
	opacity: 1;
}

div.gal-selected img { 
	opacity:1; 
}

div.imageinfobig, div.imageinfosmall {
	position: absolute;
	bottom: 0px;
	padding:2px;
	background-color: rgba(255,255,255,0.8);
	color:rgb(60,60,60);
	line-height:20px;
	text-align:center;
	margin-left:0px;
	margin-right:2px;
	margin-bottom:10px;
	min-height:20px;
}

div.imageinfosmall {
	margin-bottom:5px;
}


div.gal-thumbnail:hover div.imageinfosmall {
	color:black;
}

div.gal-small:hover div.imageinfobig {
	visibility:hidden;
	opacity: 0;
}