#imageGallery {
	margin:15px;
	width:543px;
	height:410px;
}
.imageZoom ul {
   	height:400px;
   	margin:0;
   	padding:0;
	border: 5px solid #fff;
	background-image:url(../bilder/berge/thumb1gross.jpg);
}
.imageZoom ul li {
	list-style: none;
	margin:0;
	padding:0;
	float:left;
	width:0;
	height:400px;
}

.imageZoom ul li img {
	margin:0;
	width:0;
	height:0;
	border:0;
	overflow: hidden;
}
.imageZoom ul li:target img {
	width:533px;
	height:400px;
}
.imagePreview {
	height:45px;
   	margin:10px 0 0 0;
   	padding:0;
}
.imagePreview ul {
    margin:0;
    padding:0;
    list-style: none;
}
.imagePreview ul li{
	float: left;
	text-align: center;
   margin:0 9px 0 0;
	padding:0;
}

.imagePreview ul li img {
   border: 4px solid #fff;
   padding:0;
	margin:0;
	height:45px;
	width:60px;
}
.imagePreview ul li a {
	outline: 0;
}
.imagePreview ul li a:hover img, 
.imagePreview ul li a:active img, 
.imagePreview ul li a:focus img {
   border-color:#fff;
}

