#slideshow #slidesContainer {
    margin: 0 auto;
    width: 420px;
    height: 315px;
    overflow: auto; /* allow scrollbar */
    position: relative;
	background: url(../img/galleryBG.png) repeat;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:400px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:315px;
}
.control {
  display:block;
  width:39px;
  height:315px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
.imageGalleryControlBar {
    width: 420px;
    height: 29px;
    margin: 1px 0 0 0;
    padding: 0;
    background: url(../img/imageNaviBar.png) no-repeat 0 0;
	display: none;
}
.imageNavi {
	float: right;
	margin: 8px 4px 0 10px;
}
.nextImage {
	float: left;
	margin: 6px 0 0 5px;
	cursor:pointer;
	background: url(../img/nextImage.png) no-repeat 0 0;
	width: 25px;
	height: 17px;
}
/*\*/ * html .nextImage { background: url(../img/nextImageIE56.gif) no-repeat 0 0; } /**/
.prevImage {
	float: left;
	margin: 6px 0 0 9px;
	cursor:pointer;
	background: url(../img/prevImage.png) no-repeat 0 0;
	width: 25px;
	height: 17px;
}
/*\*/ * html .prevImage { background: url(../img/prevImageIE56.gif) no-repeat 0 0; } /**/
.selectedImage {
	width: 17px;
	height: 17px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	float: left;
	padding: 0 0 0 0;
	background: url(../img/galleryNaviBG.png) no-repeat 0 0;
    margin: -2px 5px 0 0;
    font: 12px normal Arial, Helvetica, sans-serif;
    color: #4b4b4b;
	line-height: 18px;
}
/*\*/ * html .selectedImage { background: url(../img/galleryNaviBGIE56.gif) no-repeat 0 0; } /**/
.imageContainer {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	height: 315px;
	width: 420px;
	cursor: pointer;
}

.contentImageHeadlines {
	
}
.imageHeadline {
	display: none;
}
.imageHeadlineHidden {
	height: 18px;
	padding: 4px 0 0 9px;
	margin: 1px 0 0 0;
	vertical-align: middle;
	background: transparent url(../img/submenuBG.png) repeat 0 0;
	display: none;
}
