#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: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
  width:56px;
  height:66px;
}
.slides-navigation a:hover
{
  opacity:1;  
}
.slides-navigation a.prev {
  left: 0;
  text-align:left;
  background-image:url(../images/slide_prev_bg.png);
}
.slides-navigation a.next {
  right: 0;
  text-align:right;
  background-image:url(../images/slide_next_bg.png);
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 1px solid white;
  border-radius: 15px;
  width: 12px;
  height: 12px;
  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: 5px;
  overflow: hidden;
  text-indent: -100%;
  background: white;
  position:relative;
  top:-30px;
}
.slides-pagination a.current {
  background:none;
}
#continue
{
    text-align:center;
}
#continue a
{
    color: #ffffff;
    background: url('../images/lnk_vr.png') no-repeat left center;
    text-align: center;
    line-height: 27px;
    direction: rtl;
    display:inline-block;
    transition: opacity .1s linear;
    padding: 0 0 0 28px;
    text-decoration: none;
    cursor: auto;
    text-shadow: 1px 1px #333;
    z-index:10;
    position:relative;
    top:-70px;
    font-size:24px;
    font-family:bmitra;
}
.slides-navigation .thumb 
{
    
}
.slides-navigation a.prev .thumb 
{
    position:absolute;
    left:0;
}
.slides-navigation a.next .thumb 
{
    position:absolute;
    right:0;
}
.ulscan {
	direction:rtl;
	list-style:none;
    list-style-image:url(../images/buttonpipenet.png);
	list-style-position:inside;
}
