#slides {
  position: relative;
  
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	
	-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: 46%;
  width: 100%;
}
.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: 12%;
	width: 100%;
	left: 30%;
}
.slides-pagination a {
	
	border-radius: 15px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 2px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 9px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 9px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 9px rgba(50, 50, 50, 0.75);
}
.slides-pagination a.current {
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#slider {
	width: 80%;
	overflow: hidden;
	height: 100px;
	padding-top: 10px;
	margin-right: 10px;
	margin-bottom: 10;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
	border-bottom: solid 1px #CCC;
	
}

#slide-wrapper {
	width: 100%;
	height: 1500px;
	position: relative;
}

div.slide {
	width: 100%;
	height: 120px;
	color: #fff;
	
}

#slider-controls {

	height: 50px; 
position: relative;
	top: 0px;
	right: 0px;
	float: right;
}

#slider-controls a {
	display: block;
	width: 50px;
	height: 40px;
	text-indent: -1000em;
}

#slider-controls #prev {
	background-image: url(../images/up.png);
	background-repeat: no-repeat;
}

#slider-controls #next {
	background-image: url(../images/down.png);
	background-repeat: no-repeat;
}
@media all and (max-width:780px) { 
.slides-pagination {
	position: absolute; 
	z-index: 3;
	bottom: 5%; float:right;
	width: 100%;
	right: 0px !important;
}

}