#gallery{
	width:658px;
	height:323px;
	border:1px solid #103F7C;
	float:left;
	background-color: #000000;
	
}



#containt_left{		
	width:30%;
	float:left;
					}

.stepcarousel{
	position: relative;
	overflow: scroll;
	width: 658px;
	height: 323px;
}
.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}
.panel{
	float: left;
	overflow: hidden; 
	margin: 0px;
	width:658px;
	height:323px;
	
}

.stepcarousel .panel span{
	padding:0px;
	text-align:right;
}
.stepcarousel img{
	float:left;
	margin:0px 10px 0px 0px;
	/*border:1px solid #121212;*/
			}
.stepcarousel .panel ul li{
	margin:0px 5px 0px 20px;
	padding:0px;
	list-style-position: inside;
}

