.stepcarousel
{
	position: relative;
	overflow: scroll;
	height: 220px;
}

.stepcarousel .belt
{
	position: absolute;
	left: 0;
	top: 0;
}
.stepcarousel .panel
{
	float: left;
	overflow: hidden;
	width: 214px;
}
#galleryc
{
}
#galleryc .panel
{
	height: 100px;
	font: bold 28px Arial;
	text-align: center;
	background-color: green;
	color: white;
}
p.samplebuttons
{
	text-align: center;
}
p.samplebuttons a
{
	color: #2e6ab1;
	padding: 1px 2px;
	margin-right: 3px;
	text-decoration: none;
}
.gelery_bg
{
	background-image: url(../Images/gelery_bg_images.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 220px;
	width: 250px;
}
