/* 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-thumbnails	   { 
	float:left;
	clear:left;
}
div.gal-thumbnail	   { 
	opacity: 0.5; 
	float: left; 
	cursor: pointer;
	margin: 5px;
}
div.gal-selected	   { 
	opacity:1; 
}
