#albumSlide
{
    overflow:hidden;
    width:960px; height:200px;
    position:relative;
    margin: 0px auto;
}

#albumSlide .album { position: absolute; top: 15px; z-index:99; }

.arrow
{
    cursor:pointer;
    width: 27px; height: 158px;
    position: absolute;
    top:20px; z-index:100;
}
#nextArrow { left:933px; background: url( ../images/mb_arrows.png ) 0 0 no-repeat; }
#prevArrow { left:0px; background: url( ../images/mb_arrows.png ) 0 -168px no-repeat; }
.meta
{
    width: 173px; height: 173px;
    position: absolute; top:0; left: 0;
}
.metaBG
{
    width: 173px; height: 173px;
    background-color: #101010;
    border: 1px solid #474747;
    opacity:.8;
    position:absolute; top:0; z-index:1;
}
.metaHolder
{
    height: 173px;
    padding: 6px;
    position:absolute; z-index: 100;
    color: #FFFFFF;
    text-shadow: #101010 0 0 2px;
}

.albumTitle { font-size: 12px; font-weight:bold; width: 150px; overflow: hidden; padding: 0px !important; background: transparent none !important; border: none !important;}
.genre { font-size: 10px !important; color: #CCC !important; border: none !important;}
.albumDesc { font-size: 11px !important; width: 150px !important;}
.metaHolder a{background: transparent none !important;}


.playSample
{
    display:block;
    text-decoration: none;
    font-weight: bold;
    width: 173px;
    font-size: 12px;
    color: #FFF;
    position:absolute;
    bottom: 28px;
}
.playSample .icon
{
    display:block;
    float:left;
    width: 13px;
    height: 13px;
    margin-right: 4px;
    background: url( ../images/mb_audioControl.png )  0 0 no-repeat;
}
.playSample:hover .icon { background-position: 0 -14px; }

.playSample .iconStop
{
    display:block;
    float:left;
    width: 13px;
    height: 13px;
    margin-right: 4px;
    background: url( ../images/mb_audioControl.png )  -14px 0 no-repeat;
}
.playSample:hover .iconStop { background-position: -14px -14px; }

.playInBox
{
    display:block;
    text-decoration: none; font-weight: bold;
    width: 173px;
    font-size: 12px; color: #ff6600;
    position:absolute; bottom: 10px;
}
.playInBox span { color: #FFF; }
.playInBox .icon
{
    display:block; float:left;
    width: 13px; height: 13px;
    margin-right: 4px;
    background: url( ../images/mb_audioControl.png )  -28px 0px no-repeat;
}
.playInBox:hover .icon { background-position: -28px -14px; }

