/*caratteristiche delle pagine caricate nel frame di destra (schede progetto, descrizioni  ecc..) */
body.f
{
font-family:verdana;
color:#565455;

font-size: 12px;

text-align :right;

background-color:#e4e4dd;

/*spaziatura dai margini del frame*/
padding:0px;

/*spaziatura dai margini della pagina web*/
margin-left:20px;
margin-top:10px;
margin-right:0px;
margin-bottom:0px;
}


/*caratteristiche slideshow menù attività*/

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
	}

.jdSlideshow img
{
	border: 0;
	margin: 0;

}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #e4e4dd;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #e4e4dd;
	background-repeat: no-repeat;
	background-position: center center;
}

.jdSlideshow .slideInfoZone /* barra grigia di commento */
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 30px;
	background: #333028;	/* colore barra */
	color: #FFFFFF; 		/* colore testo barra*/
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2 /* titolo */
{
	padding: 0;
	font-size: 22px;
	margin: 0;
	margin: 1px 4px;
	font-weight: normal;
	text-align: left;	/* allineamento testo */
	color: inherit; /* colore testo (acquisito) */
}


#mySlideshow /* box x le foto --> dimensione immagine */
{
	width: 600px;
	height: 350px;
	z-index:5;
	}