/* Area di scorrimento */
#scroll_right {
	width: 940px;
	height: 175px;
	overflow: hidden;
	border: 0px;
	padding: 0 0 0 250px;
	clear:both;
	}

/* Immagini */
#scroll_right img {
	height: 175px;
	margin-left: 2px;
	margin-right: 2px;
	border: 0px;
	clear:both;
	}
	
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
#makeMeScrollable
{
 width:940px;
height: 175px;
position: relative;
              }
              
#makeMeScrollable div.scrollableArea img
 {
                     position: relative;
                     float: left;
                     margin: 0;
                     padding: 0;
              }