div.aside {
display: none;
}

.figcaption {
	float: left;
	width: 100%;	
}	

.mejs-container .mejs-controls .mejs-playpause-button {
	width: 63px;
	color: #333;
	margin-right: 5px;
	background-color: #eee;
	border-radius: 3px;
	cursor: pointer;
}

.mejs-container .mejs-controls {
	height: 26px;
}

.mejs-controls .mejs-button button {
	background-image: url(http://www.bostonglobe.com/rw/Boston/2011-2020/WebGraphics/Metro/BostonGlobe.com/2011/10/spotlight_trial/controls_darkgray.png);
}

.mejs-controls .mejs-button button {
	margin-top: 5px;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	background: #fff;
	background: rgba(51,51,51,0.8);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(30,30,30,0.8)), to(rgba(90,90,90,0.8))); 
	background: -moz-linear-gradient(top,  rgba(30,30,30,0.8),  rgba(90,90,90,0.8)); 	
	background: linear-gradient(rgba(30,30,30,0.8),  rgba(90,90,90,0.8)); 		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#333333,endColorstr=#666666);	
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	visibility: hidden;
	position: absolute;
	display: block;
	background: #333333;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	font-weight: bold;
	color: white;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #333333;
	border-color: #333333 transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(http://cache.boston.com/universal/newsprojects/mediaelement/background.png);
	background: rgba(30,30,30, 0.9);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.play-label {
	margin: 9px 0 0 26px;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}