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

/* Fotos CSS */



/* --------------------------- Slider --------------------------- */

#slider {
  position:relative;
  padding:0px;
  width:630px;
  height:430px;
  overflow:hidden;
  margin-top:30px; 
}

#slider ul {
  list-style:none;
  list-style-position:outside;
  margin:0px;
  padding:0px;
}

#slider li { 
  padding:0px;
  width:640px;
  height:430px;
  overflow:hidden; 
}

#contingut #slider img { display:block; float:none; margin:10px 0px 0px 0px; text-indent:-8000px; }

#contingut p#controls {
  margin:0px;
  position:relative;
}

#contingut #prevBtn, #contingut #nextBtn {
  position:absolute;
  display:block;
  left:0px;
  top:-450px;
  width:22px;
  height:22px;
  text-indent:-8000px;
  background:url('../../image/fletxa_esq_inactiu.gif')  left top no-repeat; 
}
#contingut #nextBtn {
  left:610px;
  background:url('../../image/fletxa_drt_inactiu.gif')  left top no-repeat; 
}
																
#contingut #prevBtn a, #contingut #nextBtn a{ 
  display:block;
  width:22px;
  height:22px;
}

#contingut #prevBtn a { background:url('../../image/fletxa_esq.gif')  left top no-repeat; }
#contingut #prevBtn a:hover { background:url('../../image/fletxa_esq_hover.gif')  left top no-repeat; }

#contingut #nextBtn a { background:url('../../image/fletxa_drt.gif')  left top no-repeat; }
#contingut #nextBtn a:hover { background:url('../../image/fletxa_drt_hover.gif')  left top no-repeat; }
