body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#mygallery{overflow: hidden;}


.bg_slide {
	background:url(../images/bg_slide.gif) no-repeat;
	height:189px;
	width:716px;
}

.view {
	width:115px;
	background:#000000;
	text-align:center;
	color:#ffffff;
	line-height:20px;
}
.view a {
	color:#ffffff;
	text-decoration:none;
}


.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 660px; /*Width of Carousel Viewer itself*/
height: 150px; /*Height should enough to fit largest content's height*/
margin-left:20px;
}

.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*/
width: 115px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
margin-top:15px;
margin-left:20px;
margin-right:20px;
margin-bottom:5px;
}
