/*  
Author: Arnau Pujol Cabarrocas
Author URI: http://analogicemotion.com/
*/

/* Inici CSS */

/* Slider */

.anythingSlider { 
  width:945px;
  height:468px;
  position:relative; 
  overflow:visible;
}
.anythingSlider .wrapper { 
  position: absolute; 
  top:0; 
  left:0; 
  width:945px; 
  height:415px; 
  overflow:hidden;
}
.anythingSlider .wrapper ul { 
  position: absolute; 
  top:0; 
  left:0; 
  width:99999px; 
  list-style: none; 
}
.anythingSlider ul li { 
  display:block; 
  float:left; 
  width:960px;
  height:415px; 
}

.anythingSlider .arrow {
  display:block;
  position:absolute;
  top:180px;
  width:50px;
  height:50px;
  text-indent:-9999px;
  z-index:900;
  cursor:pointer;
}

.anythingSlider .forward { right:-25px; background:url('../../image/arrow_right.png') left 0px no-repeat; }
.anythingSlider .forward:hover { background-position:left -50px; }

.anythingSlider .back { left:-25px; background:url('../../image/arrow_left.png') left 0px no-repeat; }
.anythingSlider .back:hover { background-position:left -50px;  }

.anythingSlider #thumbNav {
  position:absolute;
  top:430px;
  right:0px;
}

.anythingSlider #thumbNav a {
  display:block;
  float:left;
  margin:0 5px 0 0;
  padding:2px 8px;
  text-align:center;
  text-decoration:none;
  background:#d9d9d9;
}
.anythingSlider #thumbNav a.cur {
  color:#FFF;
  background:#71BC26;
}

.anythingSlider a#start-stop { 
  display:block;
  position:absolute;
  top:430px;
  left:0px;
  height:22px;
  width:50px;
  text-indent:-8000px;
  background:url('../../image/boto_play.jpg') left 0px no-repeat;
}
.anythingSlider a#start-stop:hover { background:url('../../image/boto_play.jpg') left -22px no-repeat; }

.anythingSlider a#start-stop.playing { background:url('../../image/boto_pause.jpg') left 0px no-repeat; }
.anythingSlider a#start-stop.playing:hover { background:url('../../image/boto_pause.jpg') left -22px no-repeat; }


/* Botons Slider */

.botonsSlider {
  margin:18px 0px;
  height:25px;
  line-height:25px;
  background:#a50044;
}

.botonsSlider a {
  float:left;
  display:block;
  border-right:1px solid #fff;
  padding:0px 15px;
  height:25px;
  line-height:25px;
  color:#fff;
  text-decoration:none;
}