#slider	{ 
height:300px;
overflow:hidden;
position:relative;
background:#000;
		}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 630px; /*Width of Carousel Viewer itself*/
height:300px;
}

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

.stepcarousel .panel{
float:left;
width:630px;
height:300px;
}



.stepcarousel .panel p{
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
}

.stepcarousel .panel h2{
	overflow:hidden;
	}
	
.stepcarousel .panel h2 a:link, .stepcarousel .panel h2 a:visited  {
}
	
.stepcarousel .panel img {
	float:left;
	height:300px;
	width:630px;
	}

img {
border:none;
	}

.showme {
display:none;
	}
	

