.sliderback{
display:block;
margin-bottom:20px;
border-radius:5px;
background:#fff;
padding:0px;
overflow:hidden;
box-shadow:0 3px 5px rgba(0,0,0,0.1);
float:none !important
}
#index .sliderback{
display:block;
}
.jcarousel {
    overflow: hidden;
	width:100%;
	display:block;
	background: url (../../../img/bloader.gif) no-repeat center;
	  position: relative;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
height:auto;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
height:auto;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: right;
  width: 100%;
height:auto;
  border: 0;
  overflow:hidden;

  }
  .jcarousel:hover .rslides_nav {
    opacity: 0.5;
  }
  
  .rslides_nav {
    background: url("themes.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 61px;
    left: 0;
    margin-top: 0px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 50%;
  margin-top:-30px;
    width: 38px;
    z-index: 3;
	transition:All 0.3s ease;
-webkit-transition:All 0.3s ease;
-moz-transition:All 0.3s ease;
}
.rslides_nav:active {
    opacity: 1;
}
.rslides_nav.next {
    background-position: right top;
    left: auto;
    right: 0;
}




.rslides_tabs, .transparent-btns_tabs, .large-btns_tabs {
z-index:100;
    text-align: center;
bottom:25px;
left:25px;
position:absolute;

	}
.rslides_tabs li, .transparent-btns_tabs li, .large-btns_tabs li {
    display: none;
    float: none;
	    text-align: center;
    margin-right: 10px;
}
.rslides_tabs a, .transparent-btns_tabs a, .large-btns_tabs a {
    background: #000;
    border-radius: 15px;
    box-shadow:  0 2px 0 #2f2f2f;
    display: inline-block;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
    width: 9px;
}
.rslides_here a, .transparent-btns_here a, .large-btns_here a {
    background: #f6ff00;
	    box-shadow:  0 -2px 0 #987816 inset;
}

.caption {
    background: #fff;

    top: 0px;
    color: #555;
    display: none;
    left: 0;
	margin:0px !important;
    padding: 0px 10px 0px 190px;
	height:30px;
	width:780px;
text-shadow:0px 1px 1px #fff;
	text-align:right !important;
	line-height:28px;

    right: 0;
    text-align: center;
}
.caption span {
color:#0091b2;
font-weight:700;
}
