@charset "utf-8";

a.gallery-thumb-empty {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('./img/loading.gif');
}
a.gallery-thumb-selected {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('./img/selected.gif');
}

div.gallery-photo-wrapper {}


div.gallery-photo-wrapper {position: relative; margin: 0 auto;}
div.gallery-photo-next, div.gallery-photo-previous {
	width: 118px;
	height: 21px;

	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;

}
div.gallery-photo-next {
	right: 10px;
	bottom: 10px;
	background-image: url('./img/next.png');

}
div.gallery-photo-previous {
	left: 10px;
	bottom: 10px;
	background-image: url('./img/previous.png');
}
div.gallery-photo-slideshow {
	left: 10px;
	top: 10px;
	width: 24px;
	height: 24px;

	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('./img/down.png');
}
img.gallery-photo-image {
	margin: 0 auto;
}
