.theme-default {
	margin:20px 0 0 0;
}

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

.theme-default .arrow-left {
	width:30px;
	height:250px;
	margin-left: -15px;
	
	float:left;
	z-index: 200;
}

.shadow-left {
	position: absolute;
	top: 1px;
	left: 0px;
	z-index: 200;
}

.shadow-right {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
}

.theme-default .arrow-left a {
	margin:112px 0 0 0;
	width:30px;
	height:30px;
	background:url(img/left-button.jpg) top left no-repeat;
	display:block;
}

.theme-default .arrow-right a {
	margin:112px 0 0 0;
	width:30px;
	height:30px;
	background:url(img/right-button.jpg) top right no-repeat;
	display:block;
}

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

.theme-default .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	height: 250px;
	
}

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

.theme-default .stepcarousel .panel {
	height:210px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	margin:10px;
	padding:10px;
	border:1px solid #F2C871;
	background:#383838 url(img/carousel-panel-bg.png) bottom left repeat-x;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:block;
}

.theme-default .stepcarousel .panel .panel-text { color:#333; }

.wp_carousel_default_pagination {
	margin:0 30px;
	padding:5px 10px;
	background:#3B3B3B;
	text-align:center;
	-moz-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}

.panel a:hover {
	background: #FFFFCC;
}
