#slider1 {
    width: 900px; /* important to be same as image width */
    height: 450px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */

}

#slider1Content {
    width: 900px; /* important to be same as image width or wider */
    position: absolute;
						padding: 0px 0px 0 0px;

;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
			padding: 0px 20px 0 0px;
color:#000000;
	font-size: 11px ;
	font-family: lucida sans unicode, verdana, Helvetica, sans-serif;
    width: 900px;
    background-color: #ffff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
  
    display: none;
		 left: 10;
}
.clear {
	clear: both;
}
#titolo h3{
    font-size: 20px;color:#000000;
			font-family: georgia, lucida sans unicode, Helvetica, sans-serif;

}
.left {
	top: 80px;
  left: 0;
	width: 400px !important;
	height: 450px;
}
.right {


	right: 0;
	bottom: 0;
	top: 80px;
	width: 400px !important;
	height: 450px;
}
ul { list-style-type: none;}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px ;
	display:none;
	color:#fff;
	}










