.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 900px; /*Width of Carousel Viewer itself*/
	height: 250px; /*Height should enough to fit largest content's height*/
	margin-left: -460px;
	left: 50%;
	/* [disabled]top: 20px; */
	color: #000;



}



.stepcarousel .belt{

position: absolute; /*leave this value alone*/

left: 0; 

top: 0;

}
/*.stepcarousel .paner-top {
	height: 240px;
	float: left;
	width: 275px;
	margin-left: 30px;
	margin-right: 30px;
	position: absolute;
}
*/



.stepcarousel .panel{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(pie.htc); /*leave this value alone*/
	width:255px;
	overflow: hidden; /*margin around each panel*/
	margin-top: 8px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	height: 230px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;

 /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */

}
.stepcarousel .bottom-img {
	height: 200px;
	width: 275px;
}

#mygallery .panel .left {
	float: left;
	width: 105px;
}
#mygallery .panel .right {
	float: right;
	width: 145px;
	height: 195px;
	padding-top: 10px;
}

#mygallery .highlight {

}




.stepcarousel .panel img{
	margin-right:0px;
}
