/* SLIDESHOW CSS */

#slideshow {
	margin:0 auto;
	width:580px;
	height:300px;
/*	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0; */
	position:relative;
}

div#slideshow {
	margin-top: 1em;
	margin-bottom: 2em;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:500px;
  height:334px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:500px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:434px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:40px;
  height:332px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(http://static.sites.djangoeurope.com/mapo_static/pic/ButtonL.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(http://static.sites.djangoeurope.com/mapo_static/pic/ButtonR.png) no-repeat 0 0;
}

.slide img {
  float:right;
  width: 200px;
  margin:0 15px;
  padding: 1em;
  border-style: none;
  border-width: 1px;
}

.slide div.title {
	font-size: 1.3em;
	margin: 1em 0 1em 0;
}

/* END SLIDESHOW CSS */

/* IMAGE GALLERY */

.single_image img {
	width: 150px;
	
}

div.single_image {
	margin: 15px;
	float: left;
	font-size: 12px;
	text-align: center;
	width: 155px;
}

div.clear {
	clear: both;
}


/* END IMAGE GALLERY */

h1#rundgang {
	position: relative;
	text-align: center;
}


