
#marquee{
    margin:0px;
    width: 100%;
    height: 0px;

    color:#ffffff;
    font-size : 12px
    text-shadow:0 2px 0 rgba(2,2,2,0.4);
background-image: url('http:/www.notizieirno.it/foto/striscia-marquee.gif');background-repeat: repeat-x;
}


.uparrowdiv, .downarrowdiv, .leftarrowdiv, .rightarrowdiv{
width:970px;
min-height:100%; /*min height of DIV should be set to at least 2x the width of the arrow*/
background: #ffffff;
color:#000000;
padding:10px;
position:relative;
word-wrap:break-word;
-moz-border-radius:5px; /*add some nice CSS3 round corners*/
-webkit-border-radius:5px;
border-radius:5px;
margin-bottom:2em;
}

.uparrowdiv:after{ /*arrow added to uparrowdiv DIV*/
content:'';
display:block;
position:absolute;
top:-20px; /*should be set to -border-width x 2 */
left:8px;
width:0;
height:0
}
</style>