.stepcarousel{
	position: relative; /*leave this value alone*/
	border:	none;
	overflow: hidden; /*leave this value alone*/
	width: 690px; /*Width of Carousel Viewer itself*/
	height: 145px; /*Height should enough to fit largest content's height*/
	margin-left:7px;
	float:left;
}

.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 15px 0 0; /*margin around each panel*/
	width: 160px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 125px;
	background:#1d1d1d;
	overflow:hidden;
	color:#FFFFFF;
}
.stepcarousel .panel a{
	background:#ffffff;
	display:block;
	text-align:center;
}
a.btMygallery{
	border:1px solid #cdd17d;
	background:#cdd17d;
	color:#cdd17d;
	margin:2px 2px 2px 0;
	float:left;
	display:block;
	width:20px;
	height:20px;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
}
a.btMygallery:hover{
	border:1px solid #cdd17d;
	background:#ffffff;
	color:#cdd17d;
}
a.btMygallery span{
	margin-top:3px;
	display:block;
}

