@CHARSET "ISO-8859-1";

.clear {
  clear: both;
  font-size: 0px;  
}

.gallery-left {
    float: left;
    position:relative;
    width: 320px;
}

.gallery-right {
    float: left;
    background-color: #FFF;
    text-align: center;
    margin-left: 6px;
    width: 427px;
}
/** Widths **/
.gallery-right { width: 284px; }
.video-on, .video { width: 267px; }

.playlist {
  height: 194px;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.playlist,
#np,
#ttl-nowplaying{
  
}

.flash {
    position:relative;
    height: 300px;
    width: 320px;
    background-color: #FFF;
    margin-bottom: 6px;
    text-align: center;
    background: url(../images/gallery-video-back.jpg) no-repeat top left;
}
.video {
    float: left;
    background: #FFFFFF;
    border-top: 2px solid #48483C;
    color:#7e6233;
}
.video STRONG { color: #ff5c00;font: bold 11px Verdana; padding: 0px; }
.video-on {
    float: left;
    color: #ff5c00;
    cursor: pointer;
    background: #FFFFFF;
    border-top: 2px solid #48483C;
}

.video-on STRONG { font: bold 11px Verdana; }
.video-holder { display: block; padding: 8px 10px 8px 10px; font-size: 7pt;  }
.video-holder p { padding: 2px; margin: 0px;  }
.video-holder img { float: left; padding: 0 13px 0px 0; }

#np {
    margin-left: auto;
    margin-right: auto;
    height: 106px;
    text-align: left;
}
.nowplaying {
    color: #464741;
    background: #FFEBE0 url(../images/tn-nowplaying-bg.gif) repeat-x bottom left;
}
.nowplaying STRONG { font: bold 11px Verdana; color: #ff5c00; }



#ttl-nowplaying{
    height: 21px;
    text-align: left;
    margin-bottom: 4px;
}
.ttl-np{
    color: #00a030;
    background: #B4713D url(../images/tn-nowplaying.gif) no-repeat;
}


#div-btn-addtochs-container {
  position: relative;
  left: 0;
  right: 0;
}
#div-btn-addtochs {
  position: absolute;
  left: +192px;
  top: -35px;
  width:157px;
  height:35px;
  margin-left: 2px;
  /*margin: 0 2px 0 0;*/
  padding-left: 2px;
  /*padding: 0 2px 0 0;*/
  /*background: #FFF;*/
}
