
.player-holder {
  position: relative;
  width: 721px;
  /*height: 125px;*/
  overflow: hidden;
  background: #3b3b3b;
}

/* ------- for Medium player in Templates (hides Related content tab) -------- */

.column-bc .black-wrapper {
  padding: 10px;
}
/*.column-bc #playlist .playlist-tabs a.related-tab-button {
  display: none;
}*/

/* --------------- */

#packages {
  position: relative;
  /*width: 498px;
  height: 155px;*/
  overflow:hidden;
}

#packages ol {
  position: relative;
  /*margin-top: 20px;*/
  border-left: 0px;
  float: left;
  width: 244px;
}

#packages ol.first {
  width: 243px;
}

#packages li .image {
  float: left;
}


#playlist li img {
  opacity: 0.3;
  zoom: 1;
  filter:alpha(opacity=30);
}

#packages li img {
  opacity: 0.5;
  zoom: 1;
  filter:alpha(opacity=50);
}

#packages li a {
  position: relative;
  display: block;
  color: #a7a7a7;
  padding: 15px 5px 18px 9px;
  border-bottom: 0;
}

#packages li a {
  color: #ccc;
  padding: 14px 0 13px 20px;
  height: 63px;
}


#packages li a:hover {
  background: #333;
}


#packages li .info {
  display: block;
  float: left;
  width: 110px;
  margin: 0;
  padding-left: 10px;
  padding-top: 0 !important;
}

#packages li .info {
  width: 124px;
}

#packages .info small {
  color: #0bcafb;
}

#packages li a:hover small,
#packages li a:hover .first {
  text-decoration: none;
}

#packages li h4 {
  font-size: 12px !important;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
  color: inherit !important;
  text-transform: none !important;
}


#packages li a:hover h4 {
  text-decoration: underline;
  color: #fff !important;
}


#packages li a:hover img {
  opacity: 1.0;
  zoom: 1;
  filter:alpha(opacity=100);
}




#packages ol.first li .info,
#middle.object .right-column #packages .info {
  width: 120px;
}


#playlist div.selected {
  display: block;
}

#packages .status {
  position: absolute;
  top: 16px;
  left: 20px;
  width: 63px;
  height: 0;
  padding-top: 44px;
  overflow: hidden;
  background: transparent url(/images/multimedia/play.png) no-repeat center center;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

#packages li .playing .status {
  width: 61px;
  height: auto;
  line-height: 45px;
  border: 2px solid #0bcafb;
  background: transparent;
  padding-top: 0;
}

#packages li .image {
  border: 2px solid #999;
  margin-top: 2px;
  padding-bottom: 0 !important;
}

#packages li .selected .image {
  border-color: #0bcafb;
}

#packages .slider {
  position: relative;
  width: 1000000px;
  height: 200px;
  /*height: 155px;*/
  overflow:hidden;

}


/* Medium player styles ----------------------------------------------------------- */

.JS_Widget {
  padding-top: 10px;
}

.black-wrapper {
  background-color: #000;
  padding: 10px;
  /*width: 510px;*/
}

#player-wrapper {
  /*text-align: center;*/
}

h1.custom-title-medium {
  /*float: left;*/
  width: 197px;
  height: 0;
  overflow: hidden;
  padding-top: 16px;
  background: #000 url(/images/multimedia/title-black.png) no-repeat top left;
  margin-bottom: -1px;
}

#medium-more {
  position: relative;
  float: right;
  margin-top: 0px;
}

#medium-more a {
   font-size: 10px;
   color: #0BCAFB;
   text-transform: uppercase;
   border-bottom: 0;
}


#image .pages li {
  background-image: none;
}

#player-medium {
  /*width: 488px;
  height: 335px;*/
  background: #434343;
  border: 1px solid #797979;
  margin: 0px;
  padding: 15px 0 0 0;
  text-align: center;
}

#player-medium .swiff {
  width: 384px;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}

#player-medium object {
  text-align: center;
}

#player-medium .info {
   width: 358px;
   font-size: 12px;
   line-height: 16px;
   margin: 0px auto;
   padding: 0 0 15px 0;
   text-align: center;
   color: #fff;
   /*color: #dedede;*/
   
}

#player-medium .info p {
   font: 14px bold "helvetica neue", arial, sans-serif;
   font-weight: bold;
}

#player-medium .info small {
  font-weight: normal;
  color: #ccc;
}

#player-medium .info  a {
  color: #fff;
  border-bottom: 0;
}

#player-medium table,
#player-medium td,
#player-medium th {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: inherit !important;
}

#player-medium .info p a {
  text-decoration: none;
}

#player-medium .info p a small {
  text-decoration: underline;
}

#player-medium .info a:hover small {
  color: #fff;
}

#player-medium .info .type {
  color: #0bcafb;
}

#player-medium .info h2 {
  color: #fff;
  margin: 290px 63px 7px 89px;
  font-size: 14px;
}

#player-medium .info .scrollable {
  height: 235px;
  overflow: auto;
  margin-bottom: 12px;
  padding-right: 30px;
}


/* Playlist medium-----------------------------------------------*/

#playlist {
  /*height: 195px;*/
  background: #1e1e1e url(/images/multimedia/playlist-medium-bg.png) repeat-y;
  border-top: 1px solid #797979;
  margin-top: 10px;
}

#playlist.JS_MediaPlaylistCollection {
  background: #1e1e1e url(/images/multimedia/playlist-collection-bg.png) repeat-y;
}

#playlist .playlist-tabs {
  margin-top: 1px;
  float: left;
}

#playlist li {
  list-style: none !important;
  margin-left: 21px !important;
}

#playlist .playlist-tabs a {
  display: block;
  float: left;
  padding: 0 15px;
  line-height: 23px;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  font-size: 10px;
  text-transform: uppercase;
  color: #aaa;
  background: #3b3b3b;
}

#playlist .playlist-tabs a:hover {
  color: #dedede;
}

#playlist .playlist-tabs .selected {
  color: #0bcafb;
}

#playlist .playlist-tabs .selected:hover {
  color: #0bcafb;
  text-decoration: none;
}

#playlist .playlist-tabs a.first {
  border-left: 1px solid #777;
  margin-left: 7px;
}

#playlist .playlist-tabs a.selected {
  border-bottom: 1px solid #3b3b3b;
}

#playlist .tab {
  display: none;
  background: #3b3b3b;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  /*height: 166px;*/
}

#playlist h3 {
  font-size: 12px;
  margin: 0;
  font-weight: bold;
  color: #dedede;
  padding: 5px 10px;
  border-bottom: 1px solid #4f4f4f;
}

#playlist .scrollable {
  height:255px;
  overflow: auto;
}


#playlist .header {
  background: #202020;
  color: #dedede;
  padding: 4px 0 0 0 !important;
  height: 26px;
  background: transparent url(/images/multimedia/tabs-bg.png) repeat-x;
}

#playlist .header h3 {
  margin: 0 !important;
  font-size: 11px;
  line-height: 30px;
  font-weight: bold;
}

#playlist .controls {
  display: none;
  float: right;
  margin: 0 5px 0px 0px;
}

#playlist .controls a {
  float: left;
  display: block;
  margin-top: 0px;
  width: 21px;
  height: 0;
  padding-top: 21px;
  overflow: hidden;
  background: transparent url(/images/multimedia/arrows.png) no-repeat;
  border-bottom: 0 !important;
}

#playlist .controls .disabled {
  opacity: 0.5;
  zoom: 1;
  filter:alpha(opacity=50);
  cursor: default;
}

#playlist .controls a.next {
  width: 21px;
  background-position: right top;
  background-repeat: no-repeat;
  margin-left: 5px;
}

#playlist .show {
  display: block !important;

}

.JS_MediaPlaylistCollection #packages {
  padding-top: 20px;
}
