#slides {
  border: 5px solid #fff
}

body.page #slides {
	max-height: 540px!important
}

#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0;
  position: absolute;
  z-index: 30;
  top: auto;
  bottom: 0;
  right: 0;
}

body.index .slides-navigation {
  margin: 0;
  position: absolute;
  z-index: 30;
  top: 445px;
  right: 0;
  bottom: auto;
}

.slides-navigation a.prev,
.slides-navigation a.next {
  display: block;
  width: 50px;
  height: 42px;
  text-indent: -9999px;
  opacity: 0.8;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

.slides-navigation a.prev:hover,
.slides-navigation a.next:hover {
  opacity: 1
}

.slides-navigation a.prev {
	background: #666 url('../img/arrow-left.png') no-repeat center;
	background: rgba(63,64,63,0.5) url('../img/arrow-left.png') no-repeat center
}

.slides-navigation a.next {
	background: #666 url('../img/arrow-right.png') no-repeat center;
	background: rgba(63,64,63,0.5) url('../img/arrow-right.png') no-repeat center;
	margin-bottom: 1px;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
  display: none
}

.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}

.slides-pagination a.current {
  background: #222;
}
