/* STEP CAROUSEL */
.stepcarousel-ext {
				position: relative;
				background: url(/html/images/bkg_portfolio.gif) repeat-x top;
				height: 150px; 
}
.stepcarousel { 
				position: relative; 
				border: 0px solid white; 
				overflow: scroll; 
				height: 150px; 
				margin: 0 50px;
				}
.stepcarousel .belt { 
				position: absolute; 
				left: 0; 
				top: 0; 
				}
.stepcarousel .panel{ 
				float: left; 
				overflow: hidden; 
				margin: 10px; 
				width: 157px; 
				}
.stepcarousel .panel img {
				border: 4px solid #0099d9;
				}
				
.ig_scroll { 
				background: none;
				height: 120px;
				}
				
/* .ig_scroll div { border: 1px solid silver; } */

.ig_scroll .stepcarousel { margin: 0 0px; }

.ig_scroll .stepcarousel .panel { width: 105px; margin: 5px; }

.ig_scroll a.arrow_left2, .ig_scroll a.arrow_right2 { top: 32px; }