.row {
	text-align: center;
}

.carousel {
	left: -38px;
	position: absolute;
	width: 98%;
	max-width:1180px;
	/*margin-left: -500px;*/
	overflow: hidden;
	height: 600px;
	top: -70px;
}

.carousel .item {
	width:57%;
	max-width: 570px;
	height: 380px;	
	background-size: 100%;
	background-repeat:no-repeat;
	vertical-align: middle;
	line-height: 150px;
	box-shadow: none !important;
	z-index:0 !important;
}

.carousel .item.transition{
	background:url(../../images/tematicas/item1.png);
	background-repeat:no-repeat;
	background-size: 100%;
	box-shadow: none !important;
}

.carousel .item.active{
	background:url(../../images/tematicas/item1.png);
	background-repeat:no-repeat;
	background-size: 100%;
	margin-top: 220px !important;
	box-shadow: none !important;
	z-index:10 !important;
	margin-left: 27.5% !important;
	cursor:pointer;
}

.carousel .item.dos{
	background:url(../../images/tematicas/item2.png);
	background-repeat:no-repeat;
	background-size: 100%;
	box-shadow: none !important;
}

.carousel .item.tres{
	background:url(../../images/tematicas/item3.png);
	background-repeat:no-repeat;
	background-size: 100%;
	box-shadow: none !important;
}

.carousel .item.cuatro{
	background:url(../../images/tematicas/item4.png);
	background-repeat:no-repeat;
	background-size: 100%;
	box-shadow: none !important;
}

.controls {
	position: absolute;
	top: 540px;
	/*left: 12%;*/
	width: 10%;
	margin-left: 46.5%;
}

.controls a {
	display: block;
}

.controls .previous {
	float: left;
}

.controls .next {
	float: right;
}

.eloverlay{
	z-index:8;
	width:100%;
	height:100%;
	background:transparent;
	position:absolute;
}