.dmcWidget {
  position: relative;
}
.dmcWidget .ivb {
  margin: 0 auto;
  width: 296px;
  height: 596px;
  padding: 2px;
  overflow: hidden;
  	/*global default color and image*/
  background-color:#656565;
	background-image: url(../../images/html5/bkg_600.jpg);
	background-repeat: no-repeat, repeat;
}
.dmcWidget .ivb .branding {
  min-width: 1px;
  height: 34px;
  float: right;
}
.dmcWidget .ivb select {
  top: 201px;
  width: 296px;
  position: absolute;
}
.dmcWidget .ivb .chzn-container {
  top: 201px;
  display:block;
}
.dmcWidget .ivb .chzn-container .chzn-results {
  max-height: 122px;
}
.dmcWidget .ivb .listingTicker {
  top: 228px;
  width: 296px;
  height: 344px;
  background: #efefef;
}
.dmcWidget .ivb .videoPlayerContainer {
  display: none;
  top: 2px;
  width: 296px;
  height: 222px;
}
.dmcWidget .ivb .footer {
  top: 576px;
  width: 296px;
}