/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:480px;
    width:640px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height:520px;
    width:640px;
    background-color: #FFF;
}

#slideshow DIV.active {

 text-align:center;
/* font-weight:bold;
*/
 z-index:10;
 opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height:480px;
    width:640px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}


.sp-line{
margin:8px 0;
border-top:1px solid #CCCCCC;
}


html,body{
/*margin:10;*/
padding-left:10;
color:#000000;
 background:#F2F2F2; 
/* background:url(../images/back.png) repeat-x #FFFFFF; */
}

body,table{
font:12px Arial, Tahoma;
/*text-align:center;*/
}

small{
font-size:10px;
}

a:link, a:visited, a:hover, a:active, a:focus{
/*padding: 0 0 0 25px;*/
color:#000000;
}

a.liste{
/*padding: 0 0 0 25px;*/
color:#000000;
}
a.liste:hover{
color:#8A8A8A;
}
