.video_title{
    font-size: 1.6em;
    padding: 3px;
    margin: 5px;
    position: absolute;
    left: 20px;
    bottom: 56px;
    color: white;
    display: none;
    z-index: 1000;
}
.video_faldon {
    display: none;
}
.video_faldon img{
    z-index: 1000;
    position: absolute;
    left: 15%;
    bottom: 0px;
    width: 71%;
}

.tickercontainer { 
  height: 27px; 
  margin: 0; 
  padding: 0;
  overflow: hidden; 
  background-color: white;
  position: absolute;
  bottom: 40px;
	width: 100%;
	/*width: 854px;
	width: 1038px;*/
  opacity: 0.5;
  filter: alpha(opacity = 50);
  z-index:1;
}
.tickercontainer .mask { 
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  top: 8px;
  height: 18px;
  left: 100%;
  width: 99999px;
}
ul.newsticker { 
  position: relative;
  margin-left: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.newsticker li {
  float: left;
  margin: 0;
  padding-right: 15px;
}


.marqueeticker {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  margin: 0; 
  padding: 5px 0;
  background-color: white;
  position: absolute;
  bottom: 40px;
  width: 100%;
  /*width: 854px;
  width: 1038px;*/
  opacity: 0.5;
  filter: alpha(opacity = 50);
  z-index:1;
}

div.vjs-big-play-button, .video-js-box .vjs-controls, .vjs-spinner {
  z-index: 1001;
}
.video-ad-overlay {
  display: block;
  position:absolute; 
  /* width: 640px;  */
  /* height: 264px; */
  z-index: 1000;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity = 0);
}

a img {
  border: none;
}
