.gallery-container {
 /*   background-image: url( /resources/images/background1.png);
	background-position: center top;
	background-repeat: repeat;
	*/
	padding: 50px 0;
	background-size: cover;
}

.design_template.gallery .gallery-slider-container {
	width:90%;
}
.design_template.gallery .gallery {
	width: 80%;
	margin: 0 auto;
}
.design_template.gallery .gallery div {
	display:inline-block; width: 31%; height: auto; margin: 10px !important; text-align: center;
}


.design_template.gallery .real-gallery-slider-container {
    overflow: hidden;
    width: 1200px;
}

.design_template.gallery .real-gallery-slider {
    width:86%;
    margin:0 auto;
}

.gallery-slider-container {
    width: 100%;
}
.gallery-slider-container .gallery-slider {
    width:90%;
    margin:0 auto;
}