div.current_image img{
  /*width: 26em;*/
  height: 350px;
  text-align: center;
}

div.current_image {
	height: 380px;
}

ul {
  list-style-type: none;
  width: 100%;
}


li{
  display: inline;
}


img {
    border: 4px;
    border-style: solid;
    border-color: white;
    margin: 0.5em;
    
  }


li img{

  /*width: 100px;*/
  height: 100px;
  
}

.selected {

    border: 2px;
    border-style: solid;
    border-color: #CAC1C1;
}

.unselected {

    border: 2px;
    border-style: solid;
    border-color: #cccccc;
}

.bilder_reihe {
}

a.next img, a.prev img{
	position: relative;
	border: 0px;
}
a.next img {
	left:100px;
}
a.prev img {
	right:100px;
}
