@media (min-width:1200px) and (max-width:1380px) {
	#gallery {	width: 600px !important; height: 360px !important;}
	#contentProduct .gallery { width: 570px !important; height: 320px !important;}
	.headerSheet {width: 1230px !important;}
	.gallery .items div img { width: 173px !important; height: 105px !important;}
	#contentProduct #productImage { width:600px !important;}
	}
	
@media (min-width:991px) and (max-width:1200px) {
	#gallery {	width: 450px !important; height: 270px !important;}
	#contentProduct .gallery { width: 420px !important; height: 230px !important;}
	.headerSheet {width: 940px !important;}
	.gallery .items div img { width: 123px !important; height: 74px !important;}
	#contentProduct #productImage { width:450px !important;}
	#gallery h3{ font-size:18px !important;}
	}
@media (min-width:768px) and (max-width:991px) {
	#gallery {	width: 720px !important; height: 432px !important;}
	#contentProduct .gallery { width: 690px !important; height: 388px !important;}
	.headerSheet {width:720px !important;}
	.gallery .items div img { width: 215px !important; height: 130px !important;}
	#contentProduct #productImage { width:720px !important;}
	}
@media (max-width:767px){
	#gallery {	width: 330px !important; height: 260px !important;}
	#contentProduct .gallery { width: 300px !important; height: 220px !important;}
	.headerSheet {width:330px !important;}
	.gallery .items div img { width: 83px !important; height: 50px !important;}
	#contentProduct #productImage { width:330px !important;}
	#gallery h3{ font-size:18px !important;}
	#colorbox{ width:280px !important;}
	#cboxContent{ width:280px !important;}
	#cboxLoadedContent{ width:280px !important;}
	#colorbox img{ max-width:100% !important;}
	}
	

#contentProduct{ width:100%; margin-bottom:30px;}

#gallery {
	background-image: url("../images/sfondogallery.png");
	background-repeat: no-repeat;
	width: 650px;
	height: 390px;
	position: relative;
	float:right;
	padding:15px 20px;
	box-sizing:border-box;
	background:#eee;
}
#gallery h3{ margin-bottom:10px; margin-top:10px;}

#contentProduct .gallery {
	position: relative;
	overflow: hidden;
	width: 610px;
	/* height: 260px; */
}

.headerSheet {

	width: 1320px;
}

#contentProduct .gallery .items {
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
	margin-left:-10px; margin-right:-10px;
}

#contentProduct .gallery .items > div {
	float: left;
	margin-right:20px;
}

#contentProduct .gallery .items div > a {
	float: left;
	padding: 10px;
	padding-bottom:5px;
}

.gallery .items div img{ width:190px; height:115px;}

#galleryImg {
	height: 260px;
}
#galleryImg .swiper-wrapper {
	flex-wrap: wrap;
}
#galleryImg .swiper-slide {
	height: 115px;
}
#galleryImg img {
	display: block;
	width: 190px;
	height: 115px;
}
.gallery .swiper-pagination {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.gallery .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
    height: 20px;
    display: inline-block;
    background: #000;
    border-radius: 50%;
    margin: 0 5px;
}
.gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #25825d;
}


#contentProduct .fy_dian{ position:absolute; bottom:20px; z-index: 10; cursor: pointer; text-align:center; left:0; right:0; width:100%; height:20px;}
#contentProduct .fy_dian .browse{ width:20px; height:20px; display:inline-block; background:#000; border-radius:50%;    margin: 0 5px;}

/*#contentProduct .browse.left {
	left: 10px;
}

#contentProduct .browse.right {
	right: 15px;
}
*/
#contentProduct .fy_dian .browse.disabled {
	background:#25825d;
}

#contentProduct .gallerytitle {
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-size: 17px;
	font-weight: 600;
	margin-left: 0px;
	margin-top: 19px;
}

#contentProduct .customtext {
	float: left;
}

#contentProduct #contentTabber {
	float: left;
}

/* Tabber */

#contentTabber {
	width: 100%;
}


#contentProduct #productImage {
	box-sizing:border-box;
	border:1px solid #eee;
	width:650px;
    float: left;
}