.slider {
	position: relative;
	overflow: hidden;
	height: 380px;
}
.slidercontent {
	position: absolute
}
#slider-top,
#slider-bottom {
  text-align: center;
}
#slider-top img,
#slider-bottom img {
  cursor: pointer;
}
#slider-top {
  margin-bottom: 0px;
}
#slider-bottom {
  margin-top: 4px;
}