@charset "utf-8";
.selectedGalleryImage {
	height: 60px;
	width: auto;
	cursor: pointer;
	margin: 15px;
	border: 1px solid #000;
}


.galleryImage {
	height: 60px;
	width: auto;
	cursor: pointer;
	margin: 15px;
	border: 1px solid #CCC;

}
.galleryImage:hover {
	border: 1px solid #666;



}

