.thumbnail {
	border: 1px solid #181818;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	width: 156px;
	height: 104px;
}

.thumbnail:hover {
	border-color: #666666;
}

.thumbnail img {
	width: 156px;
	height: 104px;
}

#pictureGallery {
	padding-top: 10px;
	width: 675px;
	float: left;
}

#pictureContainer {
	border: 1px solid #181818;
	width: 658px;
	height: 416px;
	float: left;
	margin-left: 15px;
	position: relative;
	overflow: hidden;
}

#pictureContainer img {
    position: absolute;
    top: 0px;
	left: 0px;
	z-index: 10;
}


#blackLayer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 5000;
	display: none;
}

#picHidden {
	display: none;
	z-index: 20;
}

#picHeadLine {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 638px;
	height: 35px;
	border-bottom: 1px solid #181818;
	padding: 0 10px;
	padding-top: 3px;
	line-height: 15px;
	background: url('images/picHeadlineBG.png') repeat;
	text-align: left;
}

#picHeadLine p {
	font-size: 0.9em;
}

#picHeadLine h2 {
	color: #fff;
	margin-top: 0;
}

#pictureInformation {
	width: 810px;
	height: 200px;
	border: 1px solid #181818;
	padding: 10px;
	background: #000;
	text-align: left;
	clear:both;
	margin-bottom: 20px;
}

#pictureInformation.js {
	position: absolute;
	top: 39px;
	left: -301px;
	z-index: 100;
	width: 280px;
	height: 357px;
	border: 0;
	border-right: 1px solid #181818;
	padding: 10px;
	background: url('images/picHeadlineBG.png') repeat;
	text-align: left;
	margin: 0;
	clear: none;
}

#closeExif, #closeGalBox {
	position: absolute;
	top: 3px;
	right: 3px;
	display: block;
	width: 13px;
	height: 13px;
	z-index: 23;
	background: url('images/closeIcn.png') no-repeat 0px 0px;
}

#closeGalBox {
	top: 8px;
	right: 8px;
}

#closeExif:hover, #closeGalBox:hover {
	background-position: 0px -13px;
}

#galleryBox {
	width: 835px;
	height: 152px;
	clear: both;
	position: relative;
}

#galleryBox.de {
	background: url('images/galleryBox_de.png') no-repeat;
}

#galleryBox.en {
	background: url('images/galleryBox_en.png') no-repeat;
}

#galleryWrapper {
	position: absolute;
	top: 35px;
	left: 17px;
	overflow: auto;
	width: 800px;
	height: 130px;	
}

#galleryWrapper.js {
	position: absolute;
	top: 35px;
	left: 17px;
	overflow: hidden;
	width: 800px;
	height: 110px;	
}

#galleryBox ul {
	width: 10000px;
	height: 106px;
	position: absolute;
	top: 0px;
	left: 75px;
	list-style-type: none;
	padding-top: 4px; 
	z-index: 10;
}

#galleryBox ul li {
	display: inline;
}

#galleryBox ul li a {
	display: block;
	width: 156px;
	height: 104px;
	float: left;
	margin: 0 2px;
	border: 1px solid #181818;
}

#galleryBox ul li a:hover, #galleryBox ul li a.active  {
	border: 1px solid #444;
}

#leftArrow, #rightArrow {
	display: block;
	width: 45px;
	height: 116px;
	position: absolute;
	top: 34px;
	z-index: 20;
}

#leftArrow {
	background: url('images/picShowLeft.png') no-repeat;
	left: 12px;
}

#rightArrow {
	background: url('images/picShowRight.png') no-repeat;
	right: 14px;
}

#slideshowControls {
	list-style-type: none;
	height: 21px;
	float: left;
	width: 500px;
	z-index: 100;
}

#slideshowControls li:first-child {
	margin-left: 15px;
}

#slideshowControls li {
	float: left;
	display: inline;
	margin-right: 2px;
}

#slideshowControls li a {
	display: block;
	width: 27px;
	height: 21px;
	background-image: url('images/slideshowControls.png');
	text-decoration: none;
	background-position: 0 0;
	position: relative;
	color: #ddd;
	text-decoration: none;
}

#slideshowControls li a span {
	border: 1px solid #333;
	background: #000;
	white-space: nowrap;
	position: absolute;
	top: -20px;
	left: 0px;
	padding: 0 10px;
	display: none;
	z-index: 2000;
}

#slideshowControls li a:hover span {
	display: block;
}

#slideshowControls li a.ctrl_zoom:hover {
	background-position: 0 -21px;
}

#slideshowControls li a.ctrl_info {
	background-position: -27px 0px;
}
#slideshowControls li a.ctrl_info:hover {
	background-position: -27px -21px;
}

#slideshowControls li a.ctrl_prev {
	background-position: -54px 0px;
}
#slideshowControls li a.ctrl_prev:hover {
	background-position: -54px -21px;
}

#slideshowControls li a.ctrl_play {
	background-position: -81px 0px;
}
#slideshowControls li a.ctrl_play:hover {
	background-position: -81px -21px;
}

#slideshowControls li a.ctrl_next {
	background-position: -108px 0px;
}
#slideshowControls li a.ctrl_next:hover {
	background-position: -108px -21px;
}

#slideshowControls li a.ctrl_pause {
	background-position: -135px 0px;
}
#slideshowControls li a.ctrl_pause:hover {
	background-position: -135px -21px;
}

#progressBar {
	width: 50px;
	height: 5px;
	background: #222;
	float: right;
	margin-right: 16px;
	margin-top: 5px;
	border: 1px solid #444;
	position: relative;
}

#progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 5px;
	width: 0px;
	background: #333;
}

/* Fullscreen Slideshow */

#picSlideshow.fullscreen #pictureContainer {
	border: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

#picSlideshow.fullscreen #picHeadLine {
	width: 100%;
	height: 47px;
	line-height: 17px;
	z-index: 1001;
	padding-top: 12px;	
}

#picSlideshow.fullscreen #picHeadLine p {
	font-size: 1.0em;
}

#picSlideshow.fullscreen #picHeadLine h2 {
	font-size: 1.2em;
}

#picSlideshow.fullscreen #galleryBox {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -417px;
	z-index: 5002;
}

#picSlideshow.fullscreen #slideshowControls {
	position: absolute;
	top: 0px;
	right: 100px;
	width: auto;
	z-index: 5002;
}

#picSlideshow.fullscreen #pictureInformation {
	top: 59px;
	left: -301px;
	z-index: 5002;
	height: 100%;
}

#picSlideshow.fullscreen #pictureContainer img {
    top: 50%;
	left: 50%;
}

#picSlideshow.fullscreen #progressBar {
	margin: 0;
	width: 234px;
	position: absolute;
	top: 44px;
	right: 102px;
	z-index: 5002;
}

#loader {
	position: absolute;
	margin: 0;
	top: 75%;
	right: 50%;
	z-index: 5501;
	display: none;
}

#slideBoxUpBtn {
	display: block;
	width: 244px;
	height: 25px;
	background: url('images/galleryBoxUpBtn.png') no-repeat 0px 0px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -122px;
	z-index: 5002;
}
#slideBoxUpBtn:hover {
	background-position: 0px -25px;
}

#picSlideshow.fullscreen #slideshowControls li a span {
	top: 50px;
	right: 0px;
	left: auto;
}

#picSlideshow.fullscreen #slideshowControls li a {
	background-image: url('images/slideshowControlsFS.png');
	width: 46px;
	height: 39px;
}

#picSlideshow.fullscreen {
	background: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#picSlideshow.fullscreen #slideshowControls li a.ctrl_zoom {
	background-position: -230px 0px;
}
#picSlideshow.fullscreen #slideshowControls li a.ctrl_zoom:hover {
	background-position: -230px -39px;
}

#picSlideshow.fullscreen #slideshowControls li a.ctrl_info {
	background-position: -46px 0px;
}
#picSlideshow.fullscreen #slideshowControls li a.ctrl_info:hover {
	background-position: -46px -39px;
}

#picSlideshow.fullscreen #slideshowControls li a.ctrl_prev {
	background-position: -92px 0px;
}
#picSlideshow.fullscreen #slideshowControls li a.ctrl_prev:hover {
	background-position: -92px -39px;
}

#picSlideshow.fullscreen #slideshowControls li a.ctrl_play {
	background-position: -138px 0px;
}
#picSlideshow.fullscreen #slideshowControls li a.ctrl_play:hover {
	background-position: -138px -39px;
}

#picSlideshow.fullscreen #slideshowControls li a.ctrl_next {
	background-position: -184px 0px;
}
#picSlideshow.fullscreen #slideshowControls li a.ctrl_next:hover {
	background-position: -184px -39px;
}
#picSlideshow.fullscreen #slideshowControls li a.ctrl_pause {
	background-position: 0px 0px;
}
#picSlideshow.fullscreen #slideshowControls li a.ctrl_pause:hover {
	background-position: 0px -39px;
}