.jquery-slider-wrapper
{
  position:relative;
  clear:both;
  zoom:1;
}

.jquery-slider-slide
{
  display: none;
  float: left;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  text-align:center
}

.jquery-slider-slide img
{
  border:0;
  margin:0;
  padding:0;
}

.jquery-slider-slide-current
{
  display:block;
  z-index:2;
  text-align:center;
}

.jquery-slider-slide-next
{
  display:block;
  z-index:1;
}

.jquery-slider-selectors
{
  display:inline;
  float:left;
  overflow:hidden;
  position:absolute;
  bottom:75px;
  left:130px;
  z-index:4;
  color:#FFFFFF;
  width:170px;
  height:16px;
  background:url('images/selector.png') no-repeat;
}

.jquery-slider-selector
{
  background:url(images/jquery-slider-theme.png) no-repeat -29px -83px;
  display:inline;
  float:left;
  width:11px;
  height:10px;
  margin:3px 19px 0 2px;
}


.jquery-slider-selector-current
{
  background:url(images/jquery-slider-theme.png) no-repeat -48px -83px;
}

.jquery-slider-selector span
{
  display:none;
}

.jquery-slider-control
{
  position:absolute;
  right:13px;
  top:11px;
  cursor: pointer;
  width:9px;
  height:14px;
  z-index:4;
}

.jquery-slider-control span
{
  display:none;
}

.jquery-slider-control-play
{
  background:url(images/jquery-slider-theme.png) no-repeat -38px -65px;
}

.jquery-slider-control-pause
{
  background:url(images/jquery-slider-theme.png) no-repeat -49px -65px;
}

.jquery-slider-navigation
{
  display:block;
}

.jquery-slider-navigation-prev
{
  background: transparent url(../../../../imagenes/slider/showcase-arrows.png) no-repeat;
  background-position: 11px -125px;
  left:-26px;
  top:45%;
  position:absolute;
  cursor: pointer;
  width:45px;
  height:90px;
  margin-top:-20px;
  z-index:4;
  border-radius:6px 6px 6px 6px;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1), 0px 0px 3px rgba(0, 0, 0, 0.6) inset;
}

.jquery-slider-navigation-prev:hover
{
	background: #255794 url(../../../../imagenes/readon-arrow.png) no-repeat ;
	background-position: -5px -125px;
}

.jquery-slider-navigation-prev span
{
  display:none;
}

.jquery-slider-navigation-next
{
  background: transparent url(../../../../imagenes/slider/showcase-arrows.png) no-repeat;
  background-position: 12px -450px;
  right:-26px;
  top:45%;
  position:absolute;
  cursor: pointer;
  width:45px;
  height:90px;
  margin-top:-20px;
  z-index:4;
  border-radius:6px 6px 6px 6px;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1), 0px 0px 3px rgba(0, 0, 0, 0.6) inset;
}

.jquery-slider-navigation-next:hover
{
	background: #255794 url(../../../../imagenes/readon-arrow.png) no-repeat ;
	background-position: -4px -421px;
}

.jquery-slider-navigation-next span
{
  display:none;
}


.jquery-slider-wrapper .caption
{
  padding:6px 10px;
  background:#333333;
  font-size:13px;
  position:absolute;
  bottom:10px;
  left:10px;
  color:#FFFFFF;
}

.jquery-slider-timer
{
  color:#FFFFFF;
  position:absolute;
  top:5px;
  right:5px;
  z-index:4;
  overflow:hidden;
  width:26px;
  height:26px;
}

.jquery-slider-timer-rotator
{
  background:url(images/jquery-slider-rotator-left.png) no-repeat 0 0;
  overflow:hidden;
  width:26px;
  height:26px;
  position:absolute;
  top:0;
  left:-13px;
  z-index:3;
}

.jquery-slider-timer-mask
{
  overflow:hidden;
  width:13px;
  height:26px;
  position:absolute;
  top:0;
  right:0px;
  z-index:2;
}

.jquery-slider-timer-rotator-move
{
  left:0;
}

.jquery-slider-timer-mask-move
{
  width:26px;
  left:0;
  background:url(images/jquery-slider-rotator-right.png) no-repeat 0 0;
}
