/*-------------------SCROLL-------------------*/

#wrapper {
	margin: 0px;
	overflow: hidden; 
	height: 300px; 
	width: 560px;
	position: relative;
	background-color: transparent;
}
 
#inner {
	width: 2800px;
	height: 300px;
/*	background-image: url('../immagini/common/sf.jpg'); */
	position: relative;
	color: white;
}
 
/*testo qui dentro*/
.scrolling-content {
	padding-left: 10px;
	font-size: 12px;
	width: 540px;
	height: 300px;
	text-align: left;
	position: absolute;
	background-color: transparent;
	line-height: 1.4em;
}
 
.scrolling-content h1 { 
	padding: 25px 0;
	font-size: 14px;
	text-align: left;
}
 /*
#content1 {
	left: 0px; 
	top: 0px;
}
 
#content2 {
	left: 560px; 
	top: 0px;
}
 
#content3 {
	left: 0px; 
	top: 300px;
}
 
#content4 {
	left: 560px; 
	top: 300px;
}
*/
#index{

	left: 0px; 
	top: 0px;
}
 
#about {
	left: 560px; 
	top: 0px;
}
 
#company {
	left: 1120px; 
	top: 0px;
}
 
#contacts {
	left: 1680px; 
	top: 0px;
}



/*-------------------STYLE-------------------*/

.list{
	display: block;
	height: 1.5em;
	margin-bottom: 2px;
	background-color: transparent;
	width: 250px;
}

/*-------------------TIPS-------------------*/
.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../immagini/common/bubble.png) top left;
	font-family: Verdana, sans-serif;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../immagini/common/bubble.png) bottom right;
	font-family: Verdana, sans-serif;

}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}


