.wrapper{
	position: relative;
	width: 100%;
}
.next, .prev{
	position:absolute;
	top:46%;
	z-index:50;
	width:35px;
	height:45px;
	text-indent:-9999px;
	cursor:pointer;
}
.next{	
	right:0px;
	background:url(../img/next.png) no-repeat;
}
.prev{
	left:0px;
	background:url(../img/prev.png) no-repeat;
}
.transparencia{
	height:33px;
	width:100%;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	bottom:0;
	z-index:1000;
}
.ei-slider{
	position: relative;
	width: 100%;
	height:305px;
	max-width: 1920px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: url(../img/spinner.gif) no-repeat center center;
	color: #669966;
	text-align: center;
	line-height: 560px;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li div .img{
	/*width: 33.33%;*/
	width:25%;
	float:left;
	position:relative;
}
.ei-slider-large li div .img img{
	width:100%;
	min-width:366px;
	position:relative;
	vertical-align:middle;
}

.ei-slider-large li div{
	width: 100%;
	overflow:hidden;
}
.ei-slider-thumbs{
	height:13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgb(0,0,0);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #669966 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background: rgbA(0,0,0,0.5);
}
.ver{
	position:absolute;
	top:150px;
	left:40%;
	z-index:100;
	background:#669966 url(../img/flecha2.png) no-repeat 10px center;
	padding:5px 15px 5px 30px;
	color:#FFF !important;
	display:none;
	}
		
		a:hover .ver {
			display:block;
		}
.over{
	background:#669966;
	opacity:0.6;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	display:block;
}
	a:hover .over{
		display:none;
	}
@media (max-width: 767px) {
	.ver{
		top:auto;
		bottom:33px;
		left:0;
		width:100%;
	}
}

@media screen and (max-width:600px) , 
		   screen and (max-device-width: 480px){
			   .ver{
					top:auto;
					bottom:33px;
					left:0;
					width:100%;
				}
		   }