﻿<style type="text/css" media="screen">
#slider1 {
    width: 740px; /* important to be same as image width - le img devono essere max 740 di larghezza*/
    height: 160px; /* important to be same as image height */
    position: absolute; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 740px; /* important to be same as image width or wider */
    height: 160px; /* important to be same as image height */
    position: static;
	top: 150px;
	margin-left:-10px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Verdana;
	text-align:left;
    padding: 10px 10px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	
}
.clear {
	clear: both;
}
.slider1Image span strong {
font-family: Calibri;   
 font-size: 20px;

}
.left {
	top: 0;
        left: 0;
	width: 200px !important;
	height: 140px;
}
.right {
	right: 0;
	top: 0;
	width: 200px !important;
	height: 140px;
}
ul { list-style-type: none;}
</style>

