.theme-default-kubrick {
	margin:0; /*ALINHA WIDGET*/
	width:100%;
	
}

.theme-default-kubrick .arrow-right {
	width:25px;
	height:170px;
	float:right;
	margin:0; /*INCLUI*/
	display:none; /*APAGA*/
}

.theme-default-kubrick .arrow-left {
	width:25px;
	height:170px;
	float:left;
	margin:0 0 0 -15px; /*INCLUI*/
	display:none; /*APAGA*/
}

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

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

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

.theme-default-kubrick .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: hidden; /* Leave this value alone */
	height:290px;
	width:340px; /*INCLUI*/
}

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

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

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

.wp_carousel_default_kubrick_pagination {
	margin:0;
	padding:5px 5px;
	text-align:center;
}