#sliderhome  {
    font-family:sans-serif, Arial;

}

#sliderhome ul.thumbs {
    list-style:none;
    float:left;
    position:absolute;
    top:20px;
    left:15px;
}

#sliderhome .teaserflyout {
    cursor:inherit;
    display:none;
    visibility:hidden;
    background:url("/pics/teaser_bg_ipad.png") no-repeat 0px 0px;
    width:400px;
    height:50px;
    font-weight:normal;
    font-size:10pt;
}

#sliderhome .teaserflyout span {
    cursor:inherit;
    display:block;
    float:left;
    color:#ffffff;
    margin-top:5px;
    margin-left:10px;
    width:80%;
}

#sliderhome .teaserflyout .teaserflyoutend {
    float:right;
    display:block;
    width:19px;
    height:50px;
    margin:0px;
    padding:0px;
    margin-right:-10px;
    background:url("/pics/teaser_bg_ipad.png") no-repeat right -50px;
}

#sliderhome ul.thumbs li.teaserentry {
    background:#ffAAEE;
    margin-top:5px;
    width:100px;
    height:60px;
    overflow:hidden;
    border:none;
    border:solid 1px #ff5599;
}

#sliderhome ul.thumbs li.teaserentry img {
    display:block;
    visibility:visible;
    cursor:pointer

}
#sliderhome ul.entries {
    list-style:none;
    width:573px;
    height:295px;
    display:block;
    overflow:hidden
}

#sliderhome ul.entries li.teaserentry {
    list-style:none;
    text-decoration:none;
    color:#ffffff;
    font-family:sans-serif, Arial;
    border:none;
    width:573px;
    height:295px;
    display:list-item;
    overflow:hidden
    padding:0;
}

#sliderhome ul.entries li.teaserentry a {   
    color:inherit;
    text-decoration:none;
    background:url("/pics/teaser_gradient_ipad.png") repeat-x right bottom;
    float:left;
    height:100%;
    position:relative;
    width:100%;
}

#sliderhome ul.entries li.teaserentry .big, #sliderhome ul li.teaserentry .small { 
    margin-top:10px;
    display:block;
    width:420px;
    text-align:left;
    margin-right:5px;
    font-size:24pt;
    font-weight:bold;
    display:block;
    float:right;
    clear:both;
}

#sliderhome ul.entries li.teaserentry .small {
    margin-top:200px;
    font-size:14pt;
    font-weight:normal
}

