.bb_wrapper {
	position:relative;
}
.bb_element .videoSkin,
.videoSkin {
	background:#3e3e3e;       			
	bottom:0;
	color:#fff;
	left:0;
	width:100%;
	height:24px;
	font-size:10px;
	padding:12px 0;
	position:absolute;
	z-index:99;
}
.videoSkin .btn-playpause {
	background: url('../img/assets.png') no-repeat;
	background-position: -72px -24px;
	border-right:1px solid #343434;
	display:block;
	cursor:pointer;
	margin:12px 0;
	width:24px;
	height:24px;
	text-indent:-9000px;
	
	position:absolute;
	left:0;
	top:0;
}
.videoSkin .btn-playpause.pause {
	background-position: -96px -24px;
}
.videoSkin .time-current,
.videoSkin .time-total {
	display:block;
	line-height:24px;
	width:36px;
	margin:12px 0;
	padding:0 12px;
	position:absolute;
}

.videoSkin .time-current {
	border-left:1px solid #474747;
	left:24px;
	top:0;
}
.videoSkin .time-total {
	right:41px;
	top:0;
}
.videoSkin .bar-container {
	background: #000;
	color:#000;
	cursor:pointer;
	margin:9px 111px 0 82px;
	height:6px;
	font-size:0;
	overflow:hidden;
}
.videoSkin .bar-container .bar {
	background:#fff;
	width:0%;
    height: 100%;
}

.videoSkin .sound {
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
	margin:12px 12px 0;
	width:41px;
}
.videoSkin .sound .volume {
	background: #000;
	display:block;
	float:right;
	width:20px;
	height:24px;
	position:relative;
}
.videoSkin .sound .volume .volume-mask {
	background: url('../img/assets.png') no-repeat -146px -24px;
	display:block;
	width: 20px;
	height:24px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.videoSkin .sound .volume .volume-bar {
	background:#fff;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
.videoSkin .sound .mute {
	background: url('../img/assets.png') no-repeat -123px -29px;
	display:block;
	float:left;
	width:17px;
	height:17px;
	margin: 3px 0 4px;
}

.video .btn-bigplay {
	cursor:pointer;
	display:block;
	background: url('../img/play-button-big.png') no-repeat center center;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /*IE8*/
	position:absolute;
	text-indent:-9000px;
	z-index:10;
}
.video .btn-bigplay.show,
.video.paused .btn-bigplay {
	opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /*IE8*/
}

/**
 * 	MEDIA GALLERY VIDEO CONTROL BAR
 */
.gallery-module .videoSkin {
	margin:6px 0;
}
