
#responsive-slider {
	font-family: 'Open Sans', sans-serif;
	min-height: 400px;
}


#responsive-slider .layer a {
	color: #00F;
}


#responsive-slider .layer.black a {
	color: #FFF;
}


@media (max-height:500px), (max-width:400px) {
	#responsive-slider .slide-arrows {
		/*visibility: hidden;*/
	}

    .glossy-square-gray .slide-arrows a {
	background: url(arrows_m2.png) no-repeat;
	width: 64px;
	height: 64px;
	top: 50%;
    }

}
@media screen and (max-width: 767px){
.slide-main{

}

.slide-wrapper img{
width : 100% !important;
height : auto !important;
}

.thumbnail-scroller{
display : none;
}
}