@charset "UTF-8";
/* CSS Document */
#outerborder {
	height: 670px;
}
#mainwrapper {
	height: 668px;
}
#left {
	height: 548px;
}
#right {
	height:	548px;
}
#gallery_right {
	height:	548px;
}
#right_h1 {
	margin: 10px 0px 20px 15px;
	text-align: left;
	float: left;
	width: 560px;
	height: 56px;
	padding: 0px;
}
#gallery_right h2 {
	font: normal 18px/24px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
}
.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px;
overflow: scroll; /*leave this value alone*/
height: 301px; /*Height should enough to fit largest content's height*/
text-align: center;
width: 301px;
margin: 10px;
/*float: right;
*/}

.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: 0px 10px; /*margin around each panel*/
	width: 301px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	vertical-align: middle;
}
.stepcarousel img {
	margin: 0px auto;
}
.stepcarousel img.horizontal {
}

.buttons {
width: 311px;
margin: 0px 10px;
text-align: center;
/*float: right;
clear: right;
*/}
.section {
	border-top: 1px solid #CCC;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
	clear: both;
}
.section img {
	float: left;
	margin: 0px 15px 5px 0px;
}
