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

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

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

.theme-default-kubrick .arrow-left a {
	margin:25px 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:25px 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: 97px;
	background:none;
}

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

.theme-default-kubrick .stepcarousel .panel {
	height:77px;
	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 #73A0C5;
	background-color: #111111;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:block;
	
	}
	
	.theme-default-kubrick .stepcarousel .panel .imagen { border-width:1px; border-color:#ffffff; border-style:solid; margin-bottom:2px; 
	
}
.theme-default-kubrick .stepcarousel .panel .titulo { text-transform:none; color:#ffffff; font-weight: bold; padding-bottom:5px; font-size:11px; font-family:arial; line-height:10px; }
.theme-default-kubrick .stepcarousel .panel .titulo a { text-transform:uppercase; color:#134d86; font-weight: bold; padding-bottom:5px; font-size:11px; font-family:arial; line-height:10px;}
.theme-default-kubrick .stepcarousel .panel .panel-text { color:#FFF; }

.wp_carousel_default_kubrick_pagination {
	margin:0 30px;
	padding:5px 10px;
	background:#4180B6;
	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;
}