#projektbilder {
	overflow: hidden;
	position: relative;
}
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 886px; /*Width of Carousel Viewer itself*/
	height: 320px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 440px;
	margin-right: 8px;
}
#projektbilder-paginate {
	text-align: left;
	padding-top: 8px;
	padding-bottom: 16px;
	overflow: hidden;
	position: relative;
}
#projektbilder-paginate ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#projektbilder-paginate ul li {
	float:left;
	width: 444px;
}
#subnavi {
	text-align: right;
}

