.theme-default {
	margin:0px 0 0 0;
}

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

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

.theme-default .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-default .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-default .hide { display:none; }

.theme-default .stepcarousel {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	height: 220px;
/*	background:url(img/carousel-bg.png) top left repeat-x;*/
}

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

.theme-default .stepcarousel .panel {
	height:218px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	margin:0px;
	padding:0px;
	width:371px;
	/*border:0px solid #5B5B5B;
	background:#383838 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;
	z-index: 99;
}

.theme-default .stepcarousel .panel .panel-text {
	color:#FFF;
	padding:5px;
	z-index:1000;
	font-size:14px;
	position:relative;
	left:0px;
	top:-40px;
	font-weight:bold;
	background: rgba(0, 204, 255, 0.7);
	height:15%;
}
/*#contenedorcarr{
	position: relative;
	height: 150px;
	width: 371px;
	overflow: visible;
	top:0px
}
#contenedorcarr a:hover{position: relative; height: 150px; width: 371px; overflow: visible; top:-25px} 
#azul{width: 364px; height: 40px; background-color: #333333; position: absolute; top: 0; left: 0;}*/
.theme-default .stepcarousel .panel .panel-text2 {
	color:#FFF;
	padding:5px;
	font-size:10px;
	z-index:1000;
	position:relative;
	left:0px;
	top:-52px;
	background-color:#333333;
}

/*.theme-default .stepcarousel .panel .panel-text2 a{
	color:#FFF;
	top:-47px;
}

.theme-default .stepcarousel .panel .panel-text2 a:hover{
	color:#CCCCCC;
	top:-25px;
}
*/
.wp_carousel_default_pagination {
	margin:0 25px;
	padding:0px 0px;
	/*background:#3B3B3B;*/
	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;*/
}

