#boxPressA {

	margin:;

	width:100%;

	height:298px;

	position:relative;

	padding:0;

}



#boxPressA #slidesContainerA {

  margin:0 auto;

  width:100%;

  height:611px;

  overflow:auto; /* allow scrollbar */

  position:relative;  padding:0;



}



#boxPressA #slidesContainerA .slideA {



  width:474px;height:298px;

	overflow:hidden;
	position:relative;

}
#boxPressA #slidesContainerA .slideA p {
	display:none;
}

@media (max-width: 700px) 
{
#boxPress #slidesContainer .slide img{

	

}
}




/** 



 * boxPress controls style rules.



 */



#boxPressA .controlA {



  display:block;



  width:39px;



  height:263px;



  text-indent:-10000px;



  position:absolute;



  cursor: pointer;


	z-index:2;

}

#boxPressA #leftControlA,
#boxPressA #rightControlA{
	width:25%;
	height:25%;
	top:27%;
}

#boxPressA #leftControlA{


	left:0;

 	background:transparent url(img/control_left.jpg) no-repeat 0 0;

	background: rgba(45,129,195,0.7) url(../img/setaL.png) no-repeat center;

	z-index:;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;

}
#boxPressA #leftControlA:hover{
	background: rgba(45,129,195,0.3) url(../img/setaL.png) no-repeat center;
}



#boxPressA #rightControlA{


	right:0;

	background:transparent url(img/control_right.jpg) no-repeat 0 0;

	background: rgba(45,129,195,0.7) url(../img/setaR.png) no-repeat center;

	z-index:;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;

}
#boxPressA #rightControlA:hover{
	background: rgba(45,129,195,0.3) url(../img/setaR.png) no-repeat center;
}


#boxPressA .descJaleco{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	right: 5%;
    bottom: 0;
    color: #1978bb;
	background:rgba(255,255,255,0.5);
	margin:0;
	padding:15px 30px;
}