#steps {
	width: 550px;
	height: 156px;
	background: url(/design/i/steps.png) no-repeat 0 0;
	color: #808080;
	margin-top:31px;
}
#steps div { height: auto; width:140px; float:left; padding-top:85px; padding-left:30px}

 
#scroller {
	position:relative;
	width: 460px;
	height: 252px;
	margin-top:30px;
	margin-left:20px;
}
#sleft, #sright { position:absolute; width: 48px; height: 48px; top: 98px; cursor: pointer; }
#sleft { left: 0; background: url(/design/i/sleft.png) no-repeat 0 0; }
#sright { right: 0; background: url(/design/i/sright.png) no-repeat 0 0; }
#inner { position:relative; width: 336px; height: 252px; left: 63px; top: 0; overflow: hidden; }
#inner div { width: 5000px; position: relative; }
#inner img { width: 100px; height: 250px; margin-right: 16px; float: left;  }

