.theme-default-kubrick {
	margin:-10px 10px -5px 0px;
}

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

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

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

.theme-default-kubrick .arrow-right a {
	margin:112px 0 0 0;
	width:0px;
	height:0px;
	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: hidden; /* Leave this value alone */
	height: 140px;
	background:url(img/carousel-bg.png) top left repeat-x;
}

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

.theme-default-kubrick .stepcarousel .panel {
	height:140px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	margin:5px;
	padding:5px;
	border:0px solid;
	background: 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-kubrick .stepcarousel .panel .panel-text { color:#00000; }

.wp_carousel_default_kubrick_pagination {
	margin:0 5px;
	padding:5px 5px;

	text-align:justify;
	-moz-border-radius:0 5px 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}