ul#albums {
    margin:0;padding:0;
    margin-top:1em;
}

ul#albums li {
    float: left; 
    width: 45%;
    height: 200px;
    list-style-image: url('../../images/bullet.gif');
    list-style-position: inside;
    margin: 0 0 1em 1em;
    list-style:none;
}

ul#albums li div#image {
    text-align:center;
    width: 180px;
    float: left;
}
ul#albums li div#image img {
    border:none;
}

ul#albums li a {
    font-size: larger;
    color: #006;
    text-decoration: none; 
}

ul#albums li p {
    font-size: smaller;
    margin:0;
}
