.theme-default {
   margin: 0px auto 0px auto;
   width: 820px;
   height: 325px;
}

.theme-default .arrow-right {
	width:60px;
	height:325px;
	background:url(img/carousel-bg-corners.png) top right no-repeat;
	float:right;
}

.theme-default .arrow-left {
	width:55px;
	height:325px;
	background:url(img/carousel-bg-corners.png) top left no-repeat;
	float:left;
}

.theme-default .arrow-left-preload {
	margin:134px 0 0 0;
	width:55px;
	height:50px;
	background:url(img/arrow_left_over.png);
	display:block;
}

.theme-default .arrow-right-preload {
	margin:134px 0 0 0;
	width:60px;
	height:50px;
	background:url(img/arrow_right_over.png);
	display:block;
}

.theme-default .arrow-left a {
	margin:134px 0 0 0;
	width:55px;
	height:50px;
	background:url(img/arrow_left.png) top left no-repeat;
	display:block;
   border-width: 0px; 
}

.theme-default .arrow-right a {
	margin:134px 0 0 0;
	width:60px;
	height:50px;
	background:url(img/arrow_right.png) top right no-repeat;
	display:block;
   border-width: 0px; 
}

.theme-default .arrow-left a:hover {
	margin:134px 0 0 0;
	width:55px;
	height:50px;
	background:url(img/arrow_left_over.png) top left no-repeat;
	display:block;
   border-width: 0px; 
}

.theme-default .arrow-right a:hover {
	margin:134px 0 0 0;
	width:60px;
	height:50px;
	background:url(img/arrow_right_over.png) top right no-repeat;
	display:block;
   border-width: 0px; 
}

.theme-default .hide { display:none; }

.theme-default .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	height: 325px;
   background:url(img/carousel-bg.png) top left repeat-x;
}

.theme-default .stepcarousel .belt {
	position: absolute; /* Leave this value alone */
	left: 0;
	top: 0;
}

.theme-default .stepcarousel .panel {
   width: 710px;
	height:325px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	margin:0px;
	padding-top:15px;
	display:block;
}

.theme-default .stepcarousel .panel  .image
{
   width: 495px;
   float: left;
}

.theme-default .stepcarousel .panel .description
{
   width: 197px;
   margin: 0px 0px 0px 15px;
   float: left;
}
