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

/* Fotos CSS */


/* --------------------------- Imatges Fons --------------------------- */

#header {
  background-image:url('../../image/header_fotos.jpg');
}

#contingut {
  background-image:url('../../image/cos_fotos.jpg');
}

.lateral {
  background-image:url('../../image/lateral_fotos.jpg');
}

.top_margin { margin-top:30px; }

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

#slider {
  position:relative;
  padding:0px;
  width:950px;
  height:460px;
  overflow:hidden; 
  background:url('../../image/blanc_80.png');
}

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

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

#contingut #prevBtn, #contingut #nextBtn {
  position:absolute;
  display:block;
  left:-30px;
  top:-250px;
  width:20px;
  height:40px;
  text-indent:-8000px;
  background:#ddd;
  background:#fff url('../../image/boto_prev_0.jpg')  left top no-repeat; 
}
#contingut #nextBtn {
  left:960px;
  background:#fff url('../../image/boto_next_0.jpg')  left top no-repeat; 
}
																
#contingut #prevBtn a, #contingut #nextBtn a{ 
  display:block;
  width:20px;
  height:30px;
  width:20px;
  height:40px;
}

#contingut #prevBtn a {
  background:#fff url('../../image/boto_prev_1.jpg')  left top no-repeat;  
}

#contingut #nextBtn a {
  background:#fff url('../../image/boto_next_1.jpg')  left top no-repeat;  
}

/* --------------------------- Imatges --------------------------- */

.img_foto {
  display:block;
  margin:0px 0px 10px 0px;
  width:150px;
  height:100px; 
  background:#ddd;
  font-size:0px; 
}


