/********** BASE BOX STYLES **********/
.artist-box {
    background: url(../images/boxes/backgrounds.png) no-repeat left top;
    color: #FFF;
    display: block;
    height: 75px;
    margin-bottom: 5px;
    width: 230px;
}
    /********** VIDEO THUMBNAIL **********/
    .artist-box .photo-thumb {    
        display: block;
        float: left;
        height: 64px;
        overflow: hidden;
        padding: 5px 2px 5px 5px;
        position: relative;
        width: 64px;
    }
    .photo-thumb img { display: block; }
    .photo-thumb .thumb-border {
        background: url(../images/boxes/thumbs_borders.png) no-repeat left -204px;
        cursor: pointer;
        display: block;
        height: 64px;
        position: absolute;
        width: 64px;
        z-index: 998;
    }
    
    /********** VIDEO DETAILS **********/
    .artist-box .artist-info { float: left; }
        /********** ARTIST NAME **********/
        .artist-info .artist-name { padding: 0 0 0 4px; margin: 5px 0 0 1px; }
        .artist-info .artist-name a {
            color: #FFF;
            display: block;
            font-size: 11px;
            font-weight: bold;
            padding-right: 4px;
            width: 147px;
        }
        .artist-info .artist-name a span { display: block; padding: 2px 0; }
        
        .artist-info .artist-name:hover { background: url(../images/corners.png) no-repeat left -63px; }
        .artist-info .artist-name:hover a { background: url(../images/corners.png) no-repeat right -63px; color: #000; }
        .artist-info .artist-name:hover a span {background-color: #E3F1FE; }
        /********** RATE AND VIEWS **********/
        .artist-info .views-and-rates { margin-top: 4px; }
            .artist-info .rates { margin-left: 3px; }
            .artist-info .views {
                background: url(../images/views-icon.png) no-repeat 3px center;
                font-size: 11px;
                margin-left: 6px;
                padding-left: 25px;
            }
        
        .artist-box-links ul { margin-top: 10px; }
        .artist-box-links ul li { float: left; padding-left: 4px; margin-left: 4px; width: 78px; }
        .artist-box-links ul li a {
            color: #FFF;
            display: block;
            font-size: 11px;
            font-weight: bold;
            padding-right: 4px;
        }
        .artist-box-links ul li a span { display: block; padding: 2px 0 2px 23px; }
        
        .artist-box-links ul li:hover { background: url(../images/corners.png) no-repeat left -46px; }
        .artist-box-links ul li:hover a { background: url(../images/corners.png) no-repeat right -46px; color: #000; }
        .artist-box-links ul li:hover a span {background-color: #E3F1FE; }
        
        .artist-box-links ul li .icon { position: absolute; margin: 1px 0 0 1px; }


/********** BOXES SIZES AND BACKGOUNDS **********/
.artist-box.w250 { background-position: -230px 0; width: 250px; }
.artist-box.w250 .artist-info .artist-name a { width: 167px; }







