/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 99%;
  padding: 0;
	margin: 3px 0px 0px 10px;
	
    top:-1px;


  }
/*....index2....*/
.rslides2 {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
	margin: 1px 0px 0px;
top:-1px;
left:10px;}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  /*height: auto;*/
  height:300px;
  float: left;
  width: 100%;
  border: 0;
  }

#slider-pager a {
  display: block;
}

#slider-pager a p {
padding:38px 15px;
color:#616161;
text-transform:uppercase;
font-size:14px;
line-height:18px;
text-align:center;
margin:0px;
}

#slider-pager a p span {
display:block;
text-transform:none;
font-size:12px;
}
  

#slider-pager .rslides_here a {
background: #980404; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #980404 0%, #850202 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#980404), color-stop(100%,#850202)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #980404 0%,#850202 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #980404 0%,#850202 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #980404 0%,#850202 100%); /* IE10+ */
background: linear-gradient(135deg,  #980404 0%,#850202 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#980404', endColorstr='#850202',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 
}

#slider-pager .rslides_here a p {
color:#fff;
}

#slider-pager a {
  padding: 0;
}

.rslides_tabs {
  list-style: none;
  padding: 0;
  list-style: none;
  max-width: 777px;
  text-align: center;
  width: 99%;
	position:relative;
	margin-left:10px;
   top:-1px;
   max-height:94px;
   overflow:hidden;

  }

.rslides_tabs li {
  float: left;
	width:25%;
  }

.rslides_tabs li a {
background: #2a2a2a; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #2a2a2a 0%, #404040 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#2a2a2a), color-stop(100%,#404040)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #2a2a2a 0%,#404040 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #2a2a2a 0%,#404040 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #2a2a2a 0%,#404040 100%); /* IE10+ */
background: linear-gradient(135deg,  #2a2a2a 0%,#404040 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#404040',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color: #fff !important;
  }


.rslides_tabs li a:hover p {
background: #0085ff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #0085ff 0%, #00adff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0085ff), color-stop(100%,#00adff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #0085ff 0%,#00adff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #0085ff 0%,#00adff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #0085ff 0%,#00adff 100%); /* IE10+ */
background: linear-gradient(135deg,  #0085ff 0%,#00adff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085ff', endColorstr='#00adff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 color: #fff !important;

}

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

.prev{
position:absolute;
left:20px;
top:50%;
z-index:9999;
}

.next {
position:absolute;
right:20px;
top:50%;
z-index:9999;

  }


.prev {
      color: #fff;
      padding: 0px;
      width: 30px;
	height:31px;
	background:url(../images/arrow-left.png) no-repeat;
	text-indent:-9999px; 
}

.prev:hover {
	background:url(../images/arrow-left-hr.png) no-repeat;
}

.next:hover {
	background:url(../images/arrow-right-hr.png) no-repeat;
}



.next {
      color: #fff;
      padding: 0px;
      width: 30px;
	height:31px;
	background:url(../images/arrow-right.png) no-repeat;
	text-indent:-9999px; 
}
