.stepcarousel{
	position: relative;
	border: 1px solid #B2AA9E;
	overflow: scroll;
	width: 170px;
	height: 115px;
	float: left;
}

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

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

#mygallery {
	height: 115px;
	width: 170px;
	margin: 0px;
	float: left;
	position: absolute;
}
#panelimage {
	float: left;
	height: 115px;
	width: 150px;
}
