#wnslideshow {
    float: right;
    width: 380px;
    height: 260px;
    background: url(background.gif) no-repeat top left;
    box-shadow: 0 2px 5px #ccc;
}

.no-js #wnslideshow {
    float: right;
    width: 380px;
    height: inherit;
    background: none;
    box-shadow: 0 0 0 #ccc;
}

.no-js .slideshow img {
    display: inline;
    margin: 2px;
}

#wnslides {
    margin: 10px;
}

#wnfacts {
    float: left;
    width: 260px;
}

#wnfacts, #wnfacts li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#wnfacts li {
    margin-bottom: 1em;
}
