.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 236px; /*Width of Carousel Viewer itself*/
height: 152px; 
border:none;
float:left;
}

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

.stepcarousel .panel a img{
float: left; /*leave this value alone*/
overflow: hidden;
border:1px solid #fbd2bd;
width:234px;
}

	#dhtmlgoodies_slideshow{
		width:312px;
		border:1px solid #f1e5d5;
		height:73px;
		float:right;
		margin-bottom:20px;
  }
	#galleryContainer{	
		height:73px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:2px;
		/* CSS HACK */
		height: 73px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/73px;	/* Other browsers */
		height: /**/73px;		
	}
	#arrow_left{
		position:absolute;
		padding:0px 4px;
    left:-2px;
		z-index:10;
    top:0;
	}
	#arrow_right{
		position:absolute;
		right:1px;
		z-index:10;
		padding:0px 4px;
    right:-2px;	
    top:0;	
	}
	#theImages {
		position:absolute;
		width:100000px;
    padding-left:15px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img {
		float:left;
		padding:8px 3px 10px 0px;
		margin-right:3px;
		/*filter: alpha(opacity=50);
		opacity: 0.5;*/
		cursor:pointer;
		border:0px;
    background:#fff;
    display:block;
    
	}

