div#jgallery_loading {
	position: absolute;
	background: #f00;
	padding: 6px 12px;
	color: #fff;
	display: none;
}

div#jgallery_holder {
	border: 1px solid #ccc;
	padding: 4px;
	float: left;
}

div#jgallery_new_image {
	display: block;
}

div#jgallery_old_image {
	display: none;
	z-index: 999;
	position: absolute;
}

/* --------- GALLERY --------- */
div#gallery {
	width: 420px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	display: block;
}

/* --------- GALLERY ON ITEM PAGE --------- */
div#gallery ul#thumbnails {
	margin: 0px 0px 0px 8px; padding: 0px;
	float: left;
	list-style-type: none;
	width: 200px; height: 250px;
}
div#gallery ul#thumbnails li {
	float: left;
	margin: 0px 4px 0px 0px;
}
div#gallery ul#thumbnails li a:link, div#gallery ul#thumbnails li a:visited {
	width: 50px; height:50px;
	margin: 0px 0px 5px 0px; padding: 4px;
	border: 1px solid #cccccc;
	display: block;
}
