body {
	font-size: 100%;
	line-height: 1.5;
	font-family: CourierPSStd, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

#slides {
  position: relative;
}
#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 auto;
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -17px;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
  width: 29px;
  height: 34px;
  text-indent: -9999px;
}
.slides-navigation a.prev {
  left: 35px;
  background: url(../img/left_arrow.png) no-repeat;
}
.slides-navigation a.next {
  right: 35px;
  background: url(../img/right_arrow.png) no-repeat;
}

.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;
}

#info {
	position: absolute;
	bottom: 35px;
	left: 35px;
	z-index: 100;
}

#info p {
	margin: 0;
	padding: 0;
	letter-spacing: 0.05em;
	font-size: 16px;
	line-height: 28px;
}

#info p a {
	color: #000;
	text-decoration: none;
}

#info p a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 500px) {

	#info {
		left: 20px;
		bottom: 20px;
	}
	
	#info p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.slides-navigation {
		display: none;
	}

}
