@charset "utf-8";
/* CSS Document for Index PicViewer */

.stepcarousel {
	position: relative;
	overflow: hidden;
}

#productScroll {
	width: 265px;
	height: 70px;
}

.stepcarousel .belt {
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel .panel {
	overflow: hidden;
	margin: 3px 2px 0;
	width: 84px;
	height: 60px;
	padding:2px 0px;
	border: 1px solid #d8d8d8;
}

.panel img {
	display: block;
	margin:0 auto;
	width:60px;
	height:60px;
}

