#al1 {
	float: left;
}

#album {
	display: block;
	height: 520px;
	overflow: hidden;
	width: 702px;
}





#previewpane {
	display: block;
	height: 330px;
	position: relative;
	width: 702px;
	
}

#previewpane #largeimagecaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-left: 30px;
}

#previewpane img {
	display: block;
	height: 240px;
	margin-left: 45px;
	margin-top: 30px;
	width: 320px;
}

#theimages {
	height: 100px;
	left: 0;
	position: absolute;
	top: 46px;
	width: 100000px;
}

#theimages #slideend {
	float: left;
}

#theimages .imagecaption {
	display: none;
}



#waitmessage {
	color:#CCCCCC;
	display: none;
	left: 45px;
	top: 30px;
	width: 320px;
    height: 240px;
	padding: 0;
	border: 0;
	position: absolute;
}
#vorschau {
height: 240px;
width: 320px;
border: 1px solid #CCCCCC;
}

#arrow_left {
	position: absolute;
	top: 46px;
	left: 5px;
	z-index: 50;
}

#arrow_right {
	position: absolute;
	right: 5px;
	top: 46px;
	z-index: 10;
}
#wrapgalerie {
display: block;
	height: 160px;
	position: relative;
	width: 700px;

}
#galleryContainer {
	display: block;
	height: 160px;
	overflow: hidden;
	position: absolute;
	width: 630px;
	left: 35px;
}
#theimages img {
	border: 0px;
	cursor: pointer;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}