#similarArtists ul {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 86px;
    position: relative;
    clear: both;
}

#catalogueHead.artistHead .catalogueImage {
    float: right;
    margin: 0 0 10px 15px;
}

#artistImages {
    float: right;
    width: 255px;
    margin: 0 0 10px 15px;
}
#artistImages .images {
    float: left;
    border: 1px solid #ccc;
    overflow: hidden;
}
#artistImages img {
    float: left;
}

#artistImages #firstImage {
    display: block;
    border: 1px solid #fff;
    width: 251px;
    overflow: hidden;
    float: left;
}

#artistImages .extraImage {
    display: block;
    float: left;
    width: 62px;
    height: 62px;
    overflow: hidden;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
}

.artistHead .stationbutton {
    width: 239px;
}

#page .lfmBuyButtonContainLeft {
    margin: -5px 0 1em 0;
}
