.theme-pedrocaparros { }

/*
	DESACTIVADAS LAS FLECHAS SIEMPRE
	
.theme-pedrocaparros .arrow-right {
	width:30px;
	height:300px;
	background:#000;
	float:right;
}

.theme-pedrocaparros .arrow-left {
	width:30px;
	height:300px;
	background:#000;
	float:left;
}

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

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

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

.theme-pedrocaparros .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	height: 300px; /* IMPORTANTE: AJUSTALA A LA ALTURA QUE QUIERAS */
	width:590px; /* IMPORTANTE: AJUSTALA A LA ANCHURA QUE QUIERAS */
}

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

.theme-pedrocaparros .stepcarousel .panel {
	width:590px; /* IMPORTANTE: AJUSTALA A LA ANCHURA QUE QUIERAS */
	height: 300px; /* IMPORTANTE: AJUSTALA A LA ALTURA QUE QUIERAS */
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	display:block;
}

.theme-pedrocaparros .stepcarousel .panel .panel-text {
	width:570px; /* IMPORTANTE: AJUSTALA A LA ANCHURA QUE QUIERAS MENOS 20px */
	padding:10px;
	background:url(img/panel-bg.png) top left repeat;
	position:absolute;
	bottom:0px;
	font-family: "Arial Black"; font-size:16px; color:#FFF; 
	
}

.wp_carousel_pedrocaparros_pagination {
	width:590px; /* IMPORTANTE: AJUSTALA A LA ANCHURA QUE QUIERAS */
	text-align:center;
}