
  html { height: 100%;
  
 
    }

  body { 
  	/*margin: 0pt; padding-left:8px; padding: 0pt;*/
    
	
    background-color:#fff ;
    height: 100%;
    text-align: left;
    font-family: "trebuchet ms",verdana,arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    font-size: 1.0em;
    font-size-adjust: none;
    font-stretch: normal;
    line-height: 170%;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
	color:#fff;
	margin-left:0pt;
	margin-top:0pt;
    }

  h2 { font-family: "trebuchet ms",serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 2.0em;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    color: #e27f00;/*colore titolo slide*/
    }
	
  h2 a { color: #e27f00;
    }

  h2 a:hover { color: #e27f00;
    }

   h2, p, dl { margin: 0pt;
    padding: 10px 15px;
   }

#mySlideshow
{
	width: 744px;
	height: 188px;
	z-index:5;
	border-top:0px solid #f6f1ec;
	border-bottom: 0px solid #f6f1ec;
	border-right: #f6f1ec;
	border-left: #f6f1ec;

}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdSlideshow .slideInfoZone{
	position: absolute;
	z-index: 10;
	width: 742px;
	margin-left: 1px;
	left: 0px;
	bottom:18px;
	height: 20px;
	/*background-image: url('img/bgslide.png');*/
	font-family: "trebuchet ms",serif;
	font-size:15px;
	background: #cc0000;
	color: #3c3938; /* --- */
	text-indent: 0;
	text-align:right;
	right:-50px;
	

}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 90%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: #fff;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0 5px;
	font-size: 75%;
	margin: 2px 4px;
	color: #fff;	/*colore testo nella slide (sotto il titolo)*/
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: #inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{
	
	
	
}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{

	
}

.jdSlideshow a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat top left;
}

* html .jdSlideshow a.left { background: url('img/fleche1.gif') no-repeat top left; }

.jdSlideshow a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat top right;
}

* html .jdSlideshow a.right { background: url('img/fleche2.gif') no-repeat top right; }