
/* Arrows */
.centera .slick-prev,
.centera .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
	margin-top:5%;

    display: block;

    width:33px;
    height: 62px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index:999;
}


.centera .slick-prev
{
	background-image:url(../images/sol.png); background-repeat:no-repeat;
	width:33px;
	height:59px;
	top:17%;
	left:50%;
	margin-left:-20%;
}


.centera .slick-next
{
	background-image:url(../images/sag.png); background-repeat:no-repeat;
	width:33px;
	height:59px;
	right:50%;
	margin-right:-20%;
	top:17%;
	
}


/*2.*/


.center1 .slick-prev,
.center1 .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
	margin-top:5%;

    display: block;

    width:33px;
    height: 62px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index:999;
}


.center1 .slick-prev
{
	background-image:url(../images/sol1.png); background-repeat:no-repeat;
	width:33px;
	height:59px;
	top:17%;
	left:50%;
	margin-left:-610px;
}


.center1 .slick-next
{
	background-image:url(../images/sag1.png); background-repeat:no-repeat;
	width:33px;
	height:59px;
	right:50%;
	margin-right:-610px;
	top:17%;
	
}



/*2.*/


.center2 .slick-prev,
.center2 .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
	margin-top:5%;

    display: block;

    width:33px;
    height: 62px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index:999;
}


.center2 .slick-prev
{
	background-image:url(../images/sol1.png); background-repeat:no-repeat;
	width:33px;
	height:59px;
	top:17%;
	left:50%;
	margin-left:-610px;
}


.center2 .slick-next
{
	background-image:url(../images/sag1.png); background-repeat:no-repeat;
	width:33px;
	height:59px;
	right:50%;
	margin-right:-610px;
	top:17%;
	
}


.centera img{ margin-left:auto; margin-right:auto; width:95%; }

.centera img{opacity:0.5;transition:all 300ms ease;}

.centera .slick-center img{

  opacity:1;
  
}
@media (max-width: 420px) {
}
@media (max-width: 768px) {

.centera img{-moz-transform:scale(0.95);-ms-transform:scale(0.95);-o-transform:scale(0.95);-webkit-transform:scale(0.95);opacity:0.9;transform:scale(0.95);transition:all 300ms ease;}
}