.buttonList {
    border: none;
    border-bottom: 1px solid #AAAAAA;
    color: #000000;
    float: left;
    font-weight: bold;
    line-height: 250%;
    width: 100%;
    background: none;
    text-align: left;
    font-size: 85%;
    cursor: pointer;
}

    .buttonList:hover {
        text-decoration: underline;
    }

#artistimage, #artistslider {
    border: solid 1px #808080;
    background-color: #EEEEEE;
    box-shadow: 2px 2px 3px #AAAAAA;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    width: 45%;
    float: left;
    margin: 2%;
    padding: 1%;
}

#artistMobile {
    display: none;
    visibility: hidden;
}

@media handheld, only screen and (max-width: 900px) {
    #artistMobile {
        width: 100%;
        background-color: #343655;
        display: block;
        visibility: visible;
        margin-top: 5px;
        padding: 5px 2px;
        padding-left: 10px;
    }

    #artistimage, #artistslider {
        border: solid 1px #808080;
        background-color: #EEEEEE;
        box-shadow: 2px 2px 3px #AAAAAA;
        border-radius: 5px;
        text-align: center;
        overflow: hidden;
        width: 94%;
        float: left;
        margin: 2%;
        padding: 1%;
        max-height: 150px;
    }

        #artistslider .slides_container .slides_control img,
        #artistimage img {
            height:140px;
        }

    .pagination {
        display: none;
        visibility: hidden;
    }
}