.Beschreibung {margin: 10px 0;}
.prod_pic {border: 1px solid #ddd;}

	/* CSS  GALLERY */
	.newgallery {
		width:100%;
		position: relative;
		margin:0 auto;
		margin-top: 5px;
		overflow-x:hidden;
	}

	.newgallery label {
		margin: 18px 0 10px 15px;
		border: 1px solid #999;
		float: left;
		cursor: pointer;
		transition: all 0.5s;
		opacity: 0.6;
		margin-top:675px;
		width: 20%;
		max-width: 140px;
	}
	.newgallery input[name='gallery_image_switch'] {display:none;}
	.newgallery label img {display:block;width:100%;}

	.newgallery>img {
		position: absolute;
		left: 0;
		top: 0;
		transition: all 0.5s;
		width:auto;
		height: 670px;
		
	}
	.newgallery input[name='gallery_image_switch'] ~ img {
		opacity: 0;
		transform: scale(1.1);
		margin-left:-100%;
	}.newgallery input[name='gallery_image_switch']:checked+label+img {
		opacity: 1;
		transform: scale(1);
		margin-left:0%;
	}

	@media (max-width: 550px) {
		.newgallery label {
			max-width:110px;
			margin: 18px 0 10px 5px;
		} 
	}   

table, td {font-size: 12px;}

	/* CSS GALLERY */