.video-wrapper{
		background:#474747;
		background:#3c3e3f;
	/*	color:#fff;*/
		border:1px solid #3c3e3f;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		padding:4px;
		border-radius:4px;
		overflow:hidden;
			float:left;
	
}

.video {
	position:relative;
	overflow:hidden;
	float:left;
	background:#000;

}

.video video {
		display:block;
		opacity:.4;
		-webkit-transition:all .2s linear;
		-moz-transition:all .2s linear;
		-o-transition:all .2s linear;
		transition:all .2s linear;
		}
	.video:hover video {
		opacity:.6;
		}
.video-on video,
.video-on:hover video {
	opacity:1;
	}

/* Button */
.video-button {
	position:absolute;
	z-index:1;
	border:none;
/*	background:#CCC;*/
	text-indent:-9999px;
	cursor:pointer;
	-webkit-transform:scale(1.0);
	-moz-transform:scale(1.0);
	-o-transform:scale(1.0);
	transform:scale(1.0);
/*	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;*/
	}

.video-button:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	}
.video-button:after {
	position:absolute;
/*    background:url(../images/butt.png) no-repeat;*/
	background:url('../images/ui-sprite.png') no-repeat 0px -187px;
	content:'';
	}

/* Play */
.video-play{
	bottom:30px;
	left:30px;
/*	-webkit-box-shadow:0 0 50px #FFF,
		inset 5px 5px 20px #444,
		inset 0 -20px 40px #000;
	-moz-box-shadow:0 0 50px #FFF,
		inset 5px 5px 20px #444,
		inset 0 -20px 40px #000;
	box-shadow:0 0 50px #FFF,
		inset 5px 5px 20px #444,
		inset 0 -20px 40px #000;*/
	width:54px;
	height:54px;
/*	display:block;*/
	background:url('../images/ui-sprite.png') no-repeat 0 -187px;
/*	-webkit-border-radius:25px;*/
/*	-moz-border-radius:25px;*/
/*	border-radius:25px;*/
}

.video-play:focus{
background-position:-54px -186px;	
}


.video-play-on{
	background:url('../images/ui-sprite.png') no-repeat -108px -187px!important;
	width:54px;
	height:54px;
}

.video-play:after {
/*	top:15px;*/
/*	left:16px;*/
	width:21px;
	height:21px;
	background-position:0 -186px;
	}

.video-play-on:after {
	background-position:-108px -186px;
}

/* Mute */
.video-mute {
	bottom:35px;
	left:90px;
/*	-webkit-box-shadow:0 0 30px #FFF,
		inset 4px 4px 15px #444,
		inset 0 -15px 35px #000;
	-moz-box-shadow:0 0 30px #FFF,
		inset 4px 4px 15px #444,
		inset 0 -15px 35px #000;
	box-shadow:0 0 30px #FFF,
		inset 4px 4px 15px #444,
		inset 0 -15px 35px #000;*/
	width:40px;
	height:40px;
	background:url('../images/ui-sprite.png') no-repeat -7px -247px;
/*	-webkit-border-radius:19px;
	-moz-border-radius:19px;
	border-radius:19px;*/
	}

	.video-mute-on {
	/*	bottom:30px;
			left:100px;*/
	/*	-webkit-box-shadow:0 0 30px #FFF,
			inset 4px 4px 15px #444,
			inset 0 -15px 35px #000;
		-moz-box-shadow:0 0 30px #FFF,
			inset 4px 4px 15px #444,
			inset 0 -15px 35px #000;
		box-shadow:0 0 30px #FFF,
			inset 4px 4px 15px #444,
			inset 0 -15px 35px #000;*/
	/*	width:42px;
			height:42px;*/
		background:url('../images/ui-sprite.png') no-repeat -115px -247px;
	/*	-webkit-border-radius:19px;
		-moz-border-radius:19px;
		border-radius:19px;*/
		}


.video-mute:after {
	top:13px;
	left:11px;
	width:17px;
	height:14px;
	background-position:0 -21px;
	}
.video-mute-on:after {
	background-position:-18px -21px;
	}