.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 11px 0px 0px 0px; /*margin around each panel*/
width: 82px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 55px;
padding-right:5px;
}

#mygallery{
width: 263px;
height: 80px;


/*border: 10px solid darkred;*/
}

.panel img {
width: 77px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 55px;
}

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

.links {
	width: 263px;
}

.links a {
	color:#fff;
	text-decoration:none;
}

.button {
	width:263px;
	margin:10px auto;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

.button a {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#description {
	margin-top:20px;
	height:25px;
	color:#FAC004;
	font-size:20px;
	font-weight:bold;
}

.button1 {
	float:left;
	width:100%;
	text-align:center;
}

.button2 {
	float:left;
	color:#fff;
	font-size:14px;
	text-align:right;
	font-weight:bold;
	margin-top:5px;
	width:560px;
}

.button2 a {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

