/* styling of the container. */
a.myPlayer {height:180px;
  width:250px;
  border:2px solid #fff;
  outline:1px solid #333;
  -moz-outline-radius:4px;
  cursor:pointer;
  float:left;
  text-align:center;
  margin-right:15px;
  position: relative;
  overflow: hidden;
}

/* play button */
a.myPlayer img {
    margin-top:10px;
    border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {

  text-decoration:none;
}


.info {
  height:40px;
  background:#000 url(img/h80.png) repeat-x;
  opacity:0.7;
  color:#fff;
  margin-top:0px;
  text-align:left;
  padding:5px 15px;
  font-family:"bitstream vera sans","trebuchet ms";
  font-size:12px;
  border-top:1px solid #ccc;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.brightcovea .info p, .wrapper_gallery .mPlayer .info p {
  padding: 0px;
  margin: 0px;
  display: inline;
}

/* duration data inside info area */
.info span {
  color:#99FF99;
  display:block;
  font-weight:bold;
}


    .wrapper_gallery {
  border-width: 2px;
  border-style: solid;
  border-color:#666;
  padding:30px;

}

#block-scitonmod-video-block .brightcovea {
  margin-right:0px;
  margin-left: 12px;
}
#block-scitonmod-video-block .brightcovea .info {
  margin-top: 20px;
}