
/*
	root element for the scrollablesemplice.
	when scrolling occurs this element stays still.
*/
.scrollablesemplice {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 550px;
	height:350px;

	/* custom decorations */
	/*border:1px solid #ccc;*/
	/*background:url(/images/h300.png) repeat-x;*/
}

/*
	root element for scrollablesemplice itemssemplici. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollablesemplice itemssemplici.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollablesemplice .itemssemplici {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.itemssemplici div {
	float:left;
	width:550px;
}

/* single scrollablesemplice item */
.scrollablesemplice img {
	float:left;
	/*margin:20px 5px 20px 21px;*/
margin-right: 40px;
	background-color:#fff;
	padding-top:32px;
	padding-left:34px;
	padding-right:34px;
	padding-bottom:54px;

	/*border:1px solid #ccc;*/

	background:url(../images/sfondofotonero.png) no-repeat;

	width:244px;
	height:244px;
	
/*	-moz-border-radius:4px;
	-webkit-border-radius:4px;*/
}


	#navi_semplce {
		float:left;
padding-top:40px;
margin-right:10px;padding-right:10px; padding-left:10px;
width:22px;
	}

#navi_semplce li {
background:url(../images/pallinogrigio.png) no-repeat;
list-style-type:none;
cursor:pointer;
padding:21px;

}
	
#navi_semplce li:hover {
background:url(../images/pallinoazzurro.png) no-repeat;
}
	
#navi_semplce li.active {
background:url(../images/pallinoazzurro.png) no-repeat;
}



	.testascrollersemplice {background:url(../images/testascrollersemplice.png) no-repeat top left; height:11px;}
	.piediscrollersemplice {background:url(../images/piediscrollersemplice.png) no-repeat top left;height:12px;}
	.corposcrollersemplice {background:url(../images/corposcrollersemplice.png) repeat-y top left;padding-top:20px;padding-left:20px;padding-bottom:0px;}
.corposcrollersemplice h3 {font-family: Arial Narrow;color: #000; font-size:26px;}

/* active item */
.scrollablesemplice .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

