.theme-default-kubrick {
	margin:0px 0 0 0;
	width:100%;
}

.theme-default-kubrick .arrow-right {
	width:30px;
	height:180px;
	background-color:#fff;;
	float:right;
}

.theme-default-kubrick .arrow-left {
	width:30px;
	height:180px;
	background-color:#fff;
	float:left;
}

.theme-default-kubrick .arrow-left a {
	margin:70px 0 0 0;
	width:25px;
	height:30px;
	background:url(img/arrow_left.png) top left no-repeat;
	display:block;
}

.theme-default-kubrick .arrow-right a {
	margin:70px 0 0 0;
	width:25px;
	height:30px;
	background:url(img/arrow_right.png) top right no-repeat;
	display:block;
}

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

.theme-default-kubrick .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	height: 180px;
	background-color:#fff;
}

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

.theme-default-kubrick .stepcarousel .panel {
	height:180px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	margin:0px;
	padding:0px;
	border:0px solid #5B5B5B;
	background-color:#fff;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:block;
}

.theme-default-kubrick .stepcarousel .panel .panel-text {color:#666; font-size:11px; margin:10px;}

.theme-default-kubrick .stepcarousel .panel .panel-title { font-weight:bold; text-decoration:underline;}

