#scroll-glider {
 width: 705px;
 margin-top: 0px;
 margin-left: 0px;
 margin-right: -20px;
 margin-bottom: 5px ;
 padding: 5px 25px 0px 25px;
 position: relative;
    background-color:#FFFFFF;
 overflow:hidden;
 border-bottom: 2px solid #EFEFEF;
 height: 170px; /* Unterschied zu height unten ist der abstand zum Newsstream */
 
}

div.scroller,  .featurebar, .featurebar .flowarea {
 height: 215px; /* height unten */ 
}

div.scroller {
 font-size:11px;
 
/* width:860px;
 overflow:hidden;
 margin: 0px;
 z-index: 1;
 border: 0px solid black;*/
}

div.scroller a {
 text-decoration:none;
 color:#333333;
}

div.scroller a:hover {
 text-decoration:underline;
 color:#666666;
}

#scroll-glider .scroller {
/* overflow: hidden;
 border: 0px solid red;
 width: 565px;
 padding: 0px;*/
}

#scroll-glider #hoverarea {
 bordeR: 1px solid black;
 position: absolute;
 width: 705px;
 height: 200px;
 z-index: 999;
 border: 1px solid red;
}

#scroll-glider #sl-wrapper {
         overflow:hidden;
         margin: 0px auto;
         width:700px;
         height:170px;
   
}

#scroll-glider #sl-items {
/* padding: 0px;
 border: 0px solid black;
 margin: 0px;
         overflow:hidden;
         margin: 0px auto;
         list-style:none;
         width:5000px;
*/
         margin:0px;
         padding:0px;
         list-style:none;
         width:5000px;
}

#scroll-glider #sl-wrapper ul li {
/* display: block;*/
 margin:0px;
 padding: 10px 0px 0px 10px;
 width: 167px;
 border: 0px solid black;
    float:left;
    list-style:none;
}

#scroll-glider #sl-wrapper ul li img {
 margin: 0 15px 6px 0;
}

#scroll-glider #sl-wrapper ul li h3 {
 font-size: 16px;
 color: #dd3239;
 margin: 0 0 4px 0;
}

#scroll-glider #sl-wrapper ul li p {
 font-size: 11px;
 font-family: Verdana, Arial, sans-serif;
 margin: 0px;
 line-height: 16px;
}

#scroll-glider .progress {
 background-color: #de3339;
 height: 5px;
 display: block;
 position: absolute;
 bottom: 2px;
 left: 0;
 width: 100%;
 z-index: 1;
         font-size: 1px;
}

#scroll-glider .progress .bar {
 display: block;
 width: 50%; margin: 1px;
 height: 3px;
 background-color: #910707;
         font-size: 1px;
}

#scroll-glider #sl-moveleft {
         background: url(teaser-arrow-left.png);
   background-position: 1px 1px;
   position: absolute;
   top: 60px;
   left: 5px;
   border: 0px solid #E2E2E2;
   width: 12px;
}
#scroll-glider #sl-moveright {
         background: url(teaser-arrow-right.png);
   background-position: 0px 1px;
   position: absolute;
   top: 60px;
   right: 5px;
   border: 0px solid #E2E2E2;
   width: 12px;
}
#scroll-glider #sl-moveright,#sl-moveleft{
         height: 58px;
         width: 18px;
         display: block;
         z-index: 10;
/*         text-indent: -3000em;*/
         cursor:pointer;
}
#sidebar .morefeatures {
 display: block;
 background-color: #de3339;
 width: 90px;
 height: 15px;
 color: #ffffff;
 position: absolute;
 right: 0;
 top: -22px;
 font-family: "Trebuchet MS", Verdana, sans-serif;
 font-size: 12px;
 font-weight: bold;
 padding: 0px 4px 3px 12px;
 z-index: 9999;
}

#scroll-glider .more:hover {
 text-decoration: none;
 background-color: #bd1313;
}