body {
	background-image: url(../../../images/PNG/DO_IT_ALL_logo_alpha.png);
	background-size:100% 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-position: center center;
}
#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 {
	position: absolute;
	z-index: 3;
	top: 46%;
	width: 98%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 1%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 2px;
}
.slides-pagination a.current {
  background: #222;
}
.Next a:link {
	color: #0000FF;
	text-decoration: none;
	background-image: url(../../../images/N1.png);
	height: 50px;
	width: 50px;
	display: block;
}
.Next a:hover {
	color: #000066;
	text-decoration: underline;
	background-image: url(../../../images/N2.png);
	height: 50px;
	width: 50px;
}
.Next a:visited {
	color: #000066;
	text-decoration: underline;
	background-image: url(../../../images/N1.png);
	height: 50px;
	width: 50px;
}
.Next a:active {
	color: #000066;
	text-decoration: underline;
	background-image: url(../../../images/N1.png);
	height: 50px;
	width: 50px;
}
.Prev a:link {
	color: #0000FF;
	text-decoration: none;
	background-image: url(../../../images/P1.png);
	height: 50px;
	width: 50px;
	display: block;
}
.Prev a:hover {
	color: #000066;
	text-decoration: underline;
	background-image: url(../../../images/P2.png);
	height: 50px;
	width: 50px;
}
.Prev a:visited {
	color: #000066;
	text-decoration: underline;
	background-image: url(../../../images/P1.png);
	height: 50px;
	width: 50px;
}
.Prev a:active {
	color: #000066;
	text-decoration: underline;
	background-image: url(../../../images/P1.png);
	height: 50px;
	width: 50px;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20pt;
	text-align: left;
	padding-left: 25px;
	padding-top: 80px;
	color: #009;
	text-shadow: 3px 3px 3px #FF0;
}
.BTM {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
	color: #009;
	text-shadow: 1px 1px 1px #FF0;
	font-weight: bold;
	background-color: #CCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
