.stepcarousel{
position: relative; /*leave this value alone*/
overflow: hidden; /*leave this value alone* - scroll */
width: 715px;
height: 385px; /*Height should enough to fit largest content's height*/
}

.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: 715px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel_gallery{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 715px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel_gallery img
{
	float: left;
	margin-right: 10px;
}

.stepcarousel .panel_gallery .content
{
	float: left;
	color: #000;
}

.photogallery_buttons
{
	position: absolute;
	
	
	
	font-size: 11px;
	z-index: 9999;
}

.stepcarousel2{
position: relative; /*leave this value alone*/
overflow: hidden; /*leave this value alone* - scroll */
    height: 130px;
    width: 618px;
}

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

.stepcarousel2 .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 615px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
margin-right: 50px;
}

/* presentation */

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

.stepcarousel .panel_presentation{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 715px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel_presentation img
{
	float: left;
	margin-right: 10px;
}

.stepcarousel .panel_presentation .content
{
	float: left;
	color: #000;
}
