.stepcarousel{
	position: relative;
	border: 10px solid #b8a199;
	overflow: scroll;
	width: 800px;
	height: 250px;
}

.stepcarousel .belt{
position: absolute; 
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; 
overflow: hidden;
width: 800px; 
}

#mygallery {
	float: left;
	height: 250px;
	width: 800px;
	margin-top: 25px;
	margin-left: 50px;
}
#panelimage {
	float: left;
	height: 250px;
	width: 600px;
}
#paneltext {
	float: left;
	height: 250px;
	width: 195px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #b8a199;
}
.paneltext1 {
	padding-left: 15px;
}
.paneltitel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding-left: 15px;
}
.paneltext1 a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
