/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 925px;	
	height:245px;	
	
	/* custom decorations */

	background-color:#f2f2f3;
	background-image:url(slide_home/sfondo.jpg);
	background-repeat:no-repeat;
	margin-left:20px;			
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */

	width:925px;
	
	font-size:54px;
	color:#f2f2f3;
	text-align:left;
	margin-right: 20px;	

}

div.scrollable div.items div p {
	float:left;
	width:410px;
	overflow:hidden;
	padding-top:25px;
	padding-left:50px;
}

div.scrollable div.items div img {
	float:left;
	margin-top:12px;
	margin-left:10px;
	border:1px solid #000000;
	


}

