.sliderGallery{

}

.sliderGallery .sliderGalleryWrapper{
	margin: 0px 35px;
	float: left;
}

.sliderGallery .sliderGalleryContainer{
	position: relative;
}

.sliderGallery .sliderGalleryContainer .slide{
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.sliderGallery .sliderGalleryContainer .slide a{
	display: block;
	color: #FFFFFF !important;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	line-height: 15px;
}

.sliderGallery .sliderGalleryContainer .slide a img{
	width: 100%;
}

.sliderGallery .sliderGallery-nav-wrapper{
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.sliderGallery .sliderGallery-nav-next, .sliderGallery .sliderGallery-nav-prev{
	float: left;
	position: relative;
	width: 50px;
	border: none;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.sliderGallery .sliderGallery-nav-next:hover {
	background-color: url(../files/template/next-light-roll.png);
}
.sliderGallery .sliderGallery-nav-prev:hover{
	background-color: url(../files/template/prev-light-roll.png);
}

.sliderGallery .sliderGallery-nav-next{
	background-image: url(../files/template/next-light.png);
}

.sliderGallery .sliderGallery-nav-prev{
	background-image: url(../files/template/prev-light.png);
}

@media screen and (max-width: 767px){
    .sliderGallery .sliderGalleryWrapper{
        margin: 0 15px;
    }
}