/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container, #gallery_container2  {
	/*width:527;*/
	height:150px;
	margin:0;
	background:#5884A7;
	/*background-color:#00FF33;*/
	padding:0;
	display:block;
	/*position:relative;*/
	position:absolute;
	z-index: 7;
}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container, #thumb_container2  {
	/*position:relative;*/
	position:absolute;
	overflow:hidden;
	/*width:492px;*/
	height:130px;
	margin:0;
	z-index: 8;
	/*background-color: #CCFF33;*/
}
/* the thumbnails container */
#thumbs, #thumbs2 {
	white-space:nowrap;
	display:block;
	/*position:relative;*/
	position:absolute;
	height:108px;
	z-index: 9;
	overflow: hidden;
}

#thumbs a, #thumbs2 a { padding:0px; margin:0px; }
#thumbs a img, #thumbs2 a img{ border:0px #333333 solid; margin-right:15px; cursor:pointer;}


/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:24px; height:23px; top:120px; left:50%; margin-left:7px; background:url(../layout/prodotti_15.jpg) no-repeat; z-index:11;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:24px; height:23px; top:120px; left:50%; margin-left:-29px; background:url(../layout/prodotti_13.jpg) no-repeat; z-index:11;  }
/* thumbnail slider end */
