	#sfc { 
		padding-left: 32px;
	}

	#sfc DIV.center { 
		/*height: 64px;*/
		height: 80px;
		float: left;
		padding-left: 3px;
		padding-right: 0px;
		/*line-height: 64px;*/
		line-height: 80px;
		display: table-cell;
	}
	
	#slider {
		border-left: 2px solid #646464;
		border-right: 2px solid #646464;
		text-align: center;
		width: 400px;
		float: left;
		overflow: auto;
		overflow-x: hidden;
		overflow-y: hidden;
		/*height: 64px;*/
		height: 80px;
		margin: 0 auto;
	}
	
	#slider-list {
		width: 2000px;
		border: 0;
		margin: 0;
		padding: 0;
		left: 400px;
		float:left;
		clear: left;
	}
	
	#slider-list li {
		list-style: none;
		margin: 0;
		padding: 0;
		/*border-right: 1px solid #DADADA;*/
		float: left;
		width: 100px;
		/*height: 64px;*/
		height: 80px;
	}
	
	#slider-list li img{
    cursor:pointer;
  }
	
	#slider_sx {
		float: left;
		margin: 30px 12px 30px 11px;
	
		height: 20px;
		width: 20px;
	
		background-image: url(./img/sf_frecce.gif);
		background-repeat: no-repeat;
	}
	
	*.sfcslider_sx_active {
		background-position: -0px 0px;
	}
	*.sfcslider_sx_inactive {
		background-position: -40px 0px;
	}
	*.sfcslider_sx_interazione {
		background-position: -40px 0px;
		cursor:pointer;
	}
	
	#slider_dx {
		float: left;
		margin: 30px 8px 30px 12px;
		height: 20px;
		width: 20px;
		background-image: url(./img/sf_frecce.gif);
		background-repeat: no-repeat;
	}
	
	*.sfcslider_dx_active {
		background-position: -100px 0px;
	}
	*.sfcslider_dx_inactive {
		background-position: -60px 0px;
	}
	*.sfcslider_dx_interazione {
		background-position: -60px 0px;
		cursor:pointer;
	}
