.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 650px; /*Width of Carousel Viewer itself*/
	height: 160px;
}

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

.stepcarousel .panel{
	float: left; 
	overflow: hidden;
	margin: 0px 10px 2px 0px; 
	width: 145px;
}

.thumbs img, .galleryUL img
{
	width:140px;
	cursor:pointer;
	height:101px;
	border:0px;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 1px 0px 0;
	list-style: none;
}

ul.thumbs li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #2D2D2D;
	text-decoration:none;
}

ul.thumbs li a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #F36B24;
	text-decoration:none;
}

ul.thumbs img {
	border: none;
	display: block;
}

.margin_konten {
	position:relative;
	margin-bottom:0px;
}