@CHARSET "ISO-8859-1";

.gallery-left {
    float: left;
    position:relative;
    width: 320px;
}

.gallery-right {
    float: left;
    width: 309px;
    background-color: #FFF;
    text-align: center;
}

.playlist {
  width: 305px;
  height: 200px;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.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;
	left:0;
}
.flash object {
	left: 0px;
}

.video {
    background: url(../images/gallery-item-bg.jpg) repeat-x top left;
}
.video STRONG { font: bold 11px Verdana; padding: 0px; }
.video-on {
    color: #F60;
    cursor: pointer;
    background: url(../images/gallery-item-bg.jpg) repeat-x top left;
}

.video-on STRONG { font: bold 11px Verdana; color: #F60 }
.video-holder { padding: 8px 10px 8px 10px; font-size: 7pt;  }
.video-holder p { padding: 2px; margin: 0px; }
.video-holder img { float: left; padding: 0 13px 13px 0; }

#np {
    margin-left: auto;
    margin-right: auto;
    width: 305px;
    height: 102px;
    text-align: left;
    margin-bottom: 4px;
}
.nowplaying {
    color: #F60;
    background: #FFEBE0 url(/turbonick/imgs/bg_nowplaying.jpg) repeat-x bottom left;
}
.nowplaying STRONG { font: bold 11px Verdana; color: #F60; }



#ttl-nowplaying{
    width: 305px;
    height: 21px;
    text-align: left;
    margin-bottom: 4px;
}
.ttl-np{
    color: #F60;
    background: #FF6600 url(../images/watch/title-nowplaying.jpg) 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;*/
}




















.showtime {
  position: relative;
}

.showtime .gallery-left {
    position:absolute;
    width: 326px;
    padding: 0px;
    display: block;
    left: 0px;
}


.showtime .gallery-right {
    width: 309px;
    background-color: transparent;
    text-align: center;
    color: #FFFFFF;
    display: block;
    position: absolute;
    left: 330px;
}

.showtime .playlist {
  width: 305px;
  height: 200px;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.showtime .flash {
    position:absolute;
    height: 300px;
    width: 326px;
    background-color: none;
    margin-bottom: 6px;
    text-align: center;
    background: none;
    display: block;
	left:0;
}
.showtime .flash object {
	left: 0px;
}
.showtime .video {
    background: transparent;
    border-bottom: 1px solid #FFFFFF;
    height: 108px;
}
.showtime .video STRONG { font: bold 11px Verdana; padding: 0px; }
.showtime .video-on {
    color: #EC008C;
    cursor: pointer;
    background: transparent;
    border-bottom: 1px solid #FFFFFF;
    height: 108px;
}

.showtime .video-on STRONG { font: bold 11px Verdana; color: #EC008C }
.showtime .video-holder { padding: 8px 10px 8px 10px; font-size: 7pt;  }
.showtime .video-holder p { padding: 2px; margin: 0px; }
.showtime .video-holder img { float: left; padding: 0 13px 13px 0; }

.showtime #np {
    margin-left: auto;
    margin-right: auto;
    width: 308px;
    height: 102px;
    text-align: left;
    margin-bottom: 4px;
}
.showtime .nowplaying {
    background: transparent url(../images/showtime-now-playing.gif) no-repeat bottom right;
    color: #FFF;
}
.showtime .nowplaying STRONG { font: bold 11px Verdana; color: #FFF; }

.marquee {
  position: absolute;
  left: 45px;
  top: -30px;
  padding: 4px 10px;
  width: 545px; 
  font-weight: bold;
  color: #FFFFFF;
}

.showtime #ttl-nowplaying{
    width: 305px;
    height: 21px;
    text-align: left;
    margin-bottom: 4px;
    color:#FFF;
}
.showtime .ttl-np{
    color: #FFF;
    background: transparent;
}