#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: 525px;
}
#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;
  top:450px;/*bottom: 0;*/
	text-align: center;
  width: 100%;
}
.slides-pagination a {
  /*border: 2px solid #222;*/
  border-radius: 24px;
  width: 24px;
  height: 24px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background:#5c5b5b;
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");*/
  margin-right:10px;/*margin: 2px;*/
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #fff;/*background: #222;*/
}




.slidestextpart{
	position:relative;
	top:300px;
	height:225px;
	background:url(../../images/bgslideshow.png) repeat-x top center;
}
.slidestexttitle{
	font-size:25px;
	line-height:35px;
	text-align:center;
}
.slidestextdescription{
	font-size:15px;
	line-height:25px;
	text-align:center;
}