@charset "utf-8";
/* CSS Document */

.slide {
height:295px;
width:957px;
background-image:url(../Immagini/slide/bg.jpg);
background-repeat:repeat-x;
background-position:top left;
margin:auto;
margin-top:5px;
margin-bottom:10px;
text-align:center;
}
.slide_sx {
float:left;
background-image:url(../Immagini/slide/sx.jpg);
background-position:top left;
background-repeat:no-repeat;
width:5px;
height:295px;
}
.slide_dx {
float:right;
background-image:url(../Immagini/slide/dx.jpg);
background-position:top right;
background-repeat:no-repeat;
width:5px;
height:295px;
}