.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 1px solid #ccc;
	overflow: scroll; /*leave this value alone*/
	width: 400px; /*Width of Carousel Viewer itself*/
	height: 300px; /*Height should enough to fit largest content's height*/
	margin: 10px 0px 0px 420px;
	background-image: url('slideshow_bg.png');
	background-position: left;
	background-repeat: repeat-x;
}

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

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width:400px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


.stepcarousel img {width: 120px;height:180px;}



.carouseltxt{
	float: right;
	border: 1px solid #777;
	padding: 10px;
	moz-opacity:.70; 
	filter:alpha(opacity=70); 
	opacity:.70;
	background:white;
	width: 150px;
	height: 180px;
	font-size:13px;
	margin-top:0px;
	margin-left:0px;
	margin-right: 20px;

}

#carouseltxt b
{
font-size:16px;
}

#carouseltxt em

{
	font-size:12px;

}

