.lightsGal,
.bwGal,
.customGal {
	display: block;
	float: left;
    cursor: url(../../notin-images/zoom/zoomin.cur),pointer;
	margin-bottom:10px;
}

.lightsGal{
	margin-bottom:0;
	float: none;
}

.zoomimage {
	position: absolute;
	display: none;
	z-index: 5000;
	outline: none;
    cursor: url(../../notin-images/zoom/zoomout.cur),pointer;
}
.zoomimage_focused {
	z-index: 51000;
}
.zoomimage_s {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
}
.zoomimage_loading {
	background-image: url(../../notin-images/zoom/ajax_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: absolute;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
}
.zoomimage_move {
	cursor: move;
}
.zoomimage_controls {
	position: absolute;
	background: #fff;
	height: 30px;
	overflow: hidden;
}