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

#contingut { padding:0 10px 90px 0; }

/* Treballs CSS */

table.imatges { 
  width:945px;
  table-layout:fixed;
  border-collapse:separate;
  overflow:hidden;
}

table.imatges tr { height:175px; }
table.imatges td {
  border-top:25px solid #fff;
  border-right:10px solid #fff;
  width:150px;
  height:150px;
  background:#e5e5e5;
  text-align:center;
  vertical-align:middle;
}
table.imatges td.none { background:#fff; }

.img_container img {
  display:block;
  margin:0px auto;
}

/* Slider */

#contingut #slider { 
  position:relative;
  padding:0px 0px 0px;
  margin:0px;
  width:950px; 
  height:550px;
  overflow:hidden; 
  background:#fff;
}

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

#contingut #slider li { 
  width:960px;
  height:550px;
  overflow:hidden;
}	

#contingut p#controls {
  position:relative;
  margin:0px;
  height:0px;
  line-height:0px;
  font-size:0px;
}

#contingut #prevBtn, #contingut #nextBtn {
  position:absolute;
  display:block;
  left:-40px;
  top:-290px;
  width:30px;
  height:30px;
  background:url('../../image/slider_left_b.jpg') left top no-repeat;
}
#contingut #nextBtn {
  left:960px;
  background:url('../../image/slider_right_b.jpg')  left top no-repeat;  
}
#contingut #prevBtn {
  /* display:none; */
}
																
#contingut #prevBtn a, #contingut #nextBtn a { 
  display:block;
  width:30px;
  height:30px;
  text-indent:-8000px;
  background:url('../../image/slider_left.jpg')  left top no-repeat;
}	
#contingut #nextBtn a { 
  background:url('../../image/slider_right.jpg')  left top no-repeat;
}
