.listNav {
    margin: 0 0 10px;
}
.ln-letters {
    overflow: hidden;
}
.ln-letters a {
    border: 1px solid #C0C0C0;
    display: block;
    float: left;
    font-size: 0.9em;
    padding: 2px 6px;
    text-decoration: none;
    margin-right:11px;
}
.ln-letters a.ln-last {
    border-right: 1px solid #C0C0C0;
}
.ln-letters a:hover, .ln-letters a.ln-selected {
    background-color: #EAEAEA;
}
.ln-letters a.ln-disabled {
    color: #CCCCCC;
}
.ln-letter-count {
    color: #336699;
    font-size: 0.8em;
    line-height: 1;
    margin-bottom: 3px;
    text-align: center;
    top: 720px !important;
}
/*#demoFour #listWrapper {
    width: 650px;
}*/
#demoFour li {
    float: left;
    list-style:none;
}
/*
#demoFour a {
    border: 1px solid #C0C0C0;
    display: block;
    margin: 0 10px 10px 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 135px;
}
#demoFour a:hover {
    background-color: #EEEEEE;
}
*/
ul#demoFour  {
    margin: 20px 0;
    padding: 2px 0;
}

.listwrapper {
    display: inline-block;
    margin-top: 4em;
}