
.galleryImage {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;


}

#galleryUI {
	visibility: hidden;
	background-color: rgba(0,0,0,1);
	width: 100%;
	height: 100%;
}

#galleryUI.galleryUIShown {
	visibility: visible;
}


@media 
(-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-width: 1600px){ 




}

.galleryThumbnail {
	width: 180px;
	height: 110px;
	
}

.galleryThumbnailSelected {
	background-image: url(../Images/UI/img_gallery_thum_frame.png);
}

.galleryThumbnailImage {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

