#galerie {
    width:792px;/*792*/
	/*padding:16px 0 0 14px;*/
	padding:56px 0 0 14px;
	height:594px;/*472*/
	margin:40px 0 0 35px;
	
	background:url(img/bg_galerie.jpg) no-repeat;
	position: relative;
	top:-40px;
	}

#slideshow {
	/*position: relative;*/
	padding:40px 0 0 0;
	list-style: none;
	width: 768px; /* the width of the container, change if necessary */
	height: 461px; /* the height of the container, change if necessary */
	overflow: hidden;

}

#slideshow img {
	border: none;
	margin:0 auto;
}


#slideshow .arrow {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 20px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#slideshow .arrowL {
	background: url(img/images/slideView_arrows.gif) no-repeat;
	left: 20px;
	top:15px;
}

#slideshow .arrowR {
	background: url(img/images/slideView_arrows.gif) -40px 0px no-repeat;
	right: 17px;
		top:15px;
	
}
.slideView, .thumbList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slidebar {
	background: url(img/images/slideView_bar.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 90px;
	top: 11px;
	/*left: 0px;*/
	left: 9px;
	z-index: 5;
}

.slidebar .wrap {
	width: 640px;
	height: 90px;
	position: absolute;
	left: 70px;
	overflow: hidden;
	z-index: 6;
}

.slideView {
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
	text-align:center;
}

.slideView li {
	width: 100%;
	height: 461px; 
	/*height: 461px*/  /* the height of the slideshow, change if necessary */
	float: left;
	margin:0;
	display: inline;
}
.slideView li a {
	display: block;
	width: 100%;
	height: 100%;
}


#slideshow .desc {
	padding: 5px;
	width: 768px;   /* the width of the desccription, change if necessary */
	background: none;
	position: absolute;
	bottom: 90px;
	left: 0px;
	color: white;
	overflow: hidden;
	z-index: 6;
	font-size: 12px;
}

#slideshow .thumbList {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 12px;
}

#slideshow .thumbList li {
	width: 107px;
	height: 80px;
	display: inline;
	margin: 0;
	float: left;
}

#slideshow .thumbList li a {
	display: block;
	width: 88px;
	height: 64px;
	border: 2px solid  #FFFFFF;
	margin-left: 11px;
	
}



#slideshow .thumbList li a:hover {
	border-color: #f75514;
}
