/* CSS Document */
.itemName{ padding:30px 0;}
.itemName img{ margin:auto; height:25px;}

/* pictures */
.swiper-container {
	width: 100%;
	background-color:#FFF;
}
.swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img{ width:100%;}

.swiper-button-next { background-image: url(../images/gallery/nextArrow.png); right: 10px; width: 40px; height: 40px; background-size: 100% 100%; }
.swiper-button-prev { background-image: url(../images/gallery/prevArrow.png); left: 10px; width: 40px; height: 40px; background-size: 100% 100%; }
