@charset "utf-8";

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

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

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

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

}
div.ctGallery-photo-previous {
	left: 10px;
	bottom: 10px;
	background-image: url('./img/previous.png');
}
div.ctGallery-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.ctGallery-photo-image {
	/*margin: 0 auto;*/
}
