#image-gallery-wrapper2 {
	border-top:0px solid #3D3425;
	margin:0 auto;
	width:500px;
	position:relative;
	padding:0px 0 0;
	}

#image-gallery2 {
	margin:0 auto;
}

.stepcarousel2{
position:relative; /*leave this value alone*/
overflow:scroll; /*leave this value alone*/
width:500px; /*Width of Carousel Viewer itself*/
height:190px; /*Height should enough to fit largest content's height*/
margin:0 auto;
}

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

.stepcarousel2 .panel{
bbackground-color:#333;
bborder:1px solid #333;
float:left; /*leave this value alone*/
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-right:3px ; /*margin around each panel*/
width:205px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:168px;
padding:10px;
}
.stepcarousel2 .panel p{
text-align:left; /*leave this value alone*/
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:5px 5px ; /*margin around each panel*/

}

.stepcarousel2 .panel h2{
text-align:left; /*leave this value alone*/
height:20px;
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:2px 5px ; /*margin around each panel*/
font-size:16px;
font-weight:bold;
text-align:center;
font-family:Georgia,century gothic,Arial,verdana, sans-serif;
}

.stepcarousel2 .panel img{
float:left; /*leave this value alone*/
margin:0; /*margin around each panel*/
padding:0;
}

#image-gallery-wrapper2 .prev, #image-gallery-wrapper2 .next {
	display:block;
	position:absolute;
	top:90px;
	height:16px;
	width:11px;
	text-indent:-9999px;
}

#image-gallery-wrapper2 .prev {
	background:url(../images/sliding-prev-button.gif) no-repeat 0 0;
	left:10px;
}

#image-gallery-wrapper2 .next {
	background:url(../images/sliding-next-button.gif) no-repeat 0 0;
	right:10px;
}



