html, body {
	height: 100%;	
}


#responsive-slider {
	font-family: 'Open Sans', sans-serif;
	min-height: 400px;
/*  background-image: linear-gradient(bottom, #e5e7eb 0%, #f7f7f7 60%);
  background-image: -o-linear-gradient(bottom, #e5e7eb 0%, #f7f7f7 60%);
  background-image: -moz-linear-gradient(bottom, #e5e7eb 0%, #f7f7f7 60%);
  background-image: -webkit-linear-gradient(bottom, #e5e7eb 0%, #f7f7f7 60%);
  background-image: -ms-linear-gradient(bottom, #e5e7eb 0%, #f7f7f7 60%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #e5e7eb),
    color-stop(0.6, #f7f7f7)
  );
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;*/

}

#responsive-slider a {text-decoration: none;}

#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;
	}
}