#albumSlide
{
    background:url("../_img/carousel_bg.jpg") repeat-x scroll 0 0 transparent;
    overflow:hidden;
    width:100%; height:251px;
    position:relative;
}

.album { position: absolute; top: 38px; z-index:99; }

.arrow
{
    cursor:pointer;
    width: 27px; height: 158px;
    position: absolute;
    top:46.5px; z-index:100;
}
#nextArrow { left:933px; background: url( ../_img/mb_arrows.png ) 0 0 no-repeat; }
#prevArrow { left:0px; background: url( ../_img/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; }
.genre { font-size: 10px; color: #CCC; }
.albumDesc { font-size: 11px; }

.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( ../_img/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( ../_img/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( ../_img/mb_audioControl.png )  -28px 0px no-repeat;
}
.playInBox:hover .icon { background-position: -28px -14px; }
