/* modified for rel BJ 92414*/
.thumbnail-brightcove {
    height: 225px;
    margin-top: 32px;
    background: #071a2e;
    padding-top: 10px;
    margin-left: 10px;
	width:410px;
	margin-bottom: -8px;
}

.thumbnail-brightcove a {
	display: block;
	/*width: 100%;*/
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;    
  transition: opacity 0.5s ease;
  overflow: hidden;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}

.thumbnail-brightcove a:hover {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;    
  transition: opacity 0.5s ease;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.basic-modal-content {display:none;}
#simplemodal-overlay {background-color:#000;}
#simplemodal-container {height:360px!important; width:640px!important; color:#bbb; padding: 12px;}
#simplemodal-container .simplemodal-data {height: 360px; width: 640px;background: #fff url("/assets/images/global/bx_loader.gif") no-repeat 50% 50%;}

#simplemodal-container a.modalCloseImg {
 background: url("/assets/images/global/close-this-app.png") no-repeat right 3px!important; 
  color: #fff;
  cursor: pointer;
  display: inline;
  height: 15px;
  position: absolute;
  right: 11px;
  text-decoration: none;
  top: -9px;
  width: 50px;
  z-index: 3200;
}
#simplemodal-container a.modalCloseImg:hover{
  border-bottom: 1px solid #fff;
}
