#pictures .carosello {
        position: relative;
}

#pictures .carosello .jCarouselLite {
		width: 384px;
		height: 287px;
		top: 0;
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
}


#pictures .carosello li img {
		background-color: #333;
		width: 384px;
		height: 287px;
		cursor: pointer;
}


#placeholders {
  position: absolute;
  z-index: 9;
  bottom: 0;
  right: 0;
  display: block;
  text-align: right;
  height: 20px;
}

#placeh1, #placeh2, #placeh3, #placeh4, #placeh5, #placeh6 {
  width: 10px; 
  height: 10px; 
  display: inline;
  float: left; 
  margin: 0 10px 10px 0;
  background: url(../arts/placeholder.gif) no-repeat;
  line-height: 10px;
}

#placeh1:hover, #placeh2:hover, #placeh3:hover, #placeh4:hover, #placeh5:hover, #placeh6:hover {
  cursor: pointer;
  background-color: #FFF;
}
