/* scroller (promo image)*/
.scrollerdiv
{
 width  : 540px;
 height : 145px;
 
 background-image : url(/images/scroller-bg.png);
 background-repeat: repeat-x;
 margin-bottom : 5px; 
 cursor: pointer;
}

.scrollerdiv #scrollcontainer
{
 position         : relative;
 
 width            : 520px;
 height           : 115px;
 
 overflow         : hidden;
 
 left             : 10px;
 top              : 3px;
}

.scrollerdiv #scrollcontainer UL { margin: 0; padding: 0; list-style: none; width: 6000px; }
.scrollerdiv #scrollcontainer LI { width : 115px; height: 114px; color: #fff; margin: 0; padding: 0; margin-left: 11px; float: left; background-image : url(/images/scrollimg-bg.png);}
.scrollerdiv #scrollcontainer LI IMG { margin-top: 8px; margin-left: 8px; width: 96px; height: 96px; border: 0;}


.scrollerdiv #scrolltitel
{
 position     : relative;
 top          : 12px;
 
 width        : 540px;
 height       : 25px;
 
 color        : #fff;
 font-size    : 9px;
 font-family  : Arial;
 
 text-align   : center;
}





