.dmcWidget .ivb .videoPlayerContainer {
  display: none;
  width: 150px;
  height: 113px;
}
.dmcWidget .ivb .videoPlayerContainer .vjs-volume-control {
  display: none;
}
.dmcWidget .ivb .videoPlayerContainer .vjs-mute-control {
  left: 9px;
}
.dmcWidget .ivb .videoPlayerContainer .vjs-big-play-button {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.dmcWidget .ivb .video-poster {
  position: absolute;
  width: 150px;
  height: 113px;
}



.dmcWidget .ivb .branding {
  margin-top: 179px;
  margin-left: 0px;
  max-width: 150px;
  max-height: 45px;
  overflow: hidden;
  position:fixed;
}
.dmcWidget .ivb select {
  margin-left: 152px;
  width: 144px;
}
.dmcWidget .ivb .chzn-container {
  top: 2px;
  margin-left: 152px;
}
.dmcWidget .ivb .chzn-container .chzn-results {
  max-height: 150px;
}
.dmcWidget .ivb .listingTicker {
  top: 30px;
  margin-left: 152px;
  width: 144px;
  background: #eee;
  height: 194px;
  overflow: hidden;
}
.dmcWidget .ivb .listingTicker ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.dmcWidget .ivb .listingTicker .listing {
  background: #eee;
  height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #CCC;
  padding: 2px;
  position: relative;
}
.dmcWidget .ivb .listingTicker .listing:hover {
  background: #d5d5d5;
  cursor: pointer;
}
.dmcWidget .ivb .listingTicker .listing .listingInfo {
  margin-left: 2px;
  float: left;
  width: 137px;
  height: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dmcWidget .ivb .listingTicker .listing .listingInfo p {
  margin: 0;
  padding: 0;
  line-height: 1em;
  text-overflow: ellipsis;
}
.dmcWidget .ivb .listingTicker .listing .listingInfo p.headline {
  font-weight: bold;
  margin-top: 1px;
  font-size: 12px;
}
.dmcWidget .ivb .listingTicker .listing .listingInfo p.tagline {
  margin-top: 1px;
  font-size: 11px;
}

.dmcWidget .ivb .advertiser-logo {
  margin-top:117px;
  max-width: 150px;
  max-height: 60px;
  overflow: hidden;
}
