.video-js
{
	background-color: #000;
	font-size: 10px;
	padding: 0;
	position: relative;
	vertical-align: middle;
}
.video-js .vjs-tech
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.video-js:-moz-full-screen
{
	position: absolute;
}
body.vjs-full-window
{
	height: 100%;
	margin: 0;
	overflow-y: auto;
	padding: 0;
}
.video-js.vjs-fullscreen
{
	_position: absolute;
	bottom: 0;
	height: 100% !important;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	width: 100% !important;
	z-index: 1000;
}
.video-js:-webkit-full-screen
{
	height: 100% !important;
	width: 100% !important;
}
.vjs-poster
{
	cursor: pointer;
	margin: 0 auto;
	max-height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}
.video-js .vjs-text-track-display
{
	bottom: 4em;
	font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
	left: 1em;
	position: absolute;
	right: 1em;
	text-align: center;
}
.video-js .vjs-text-track
{
	background: #000;
	background: rgba(0,0,0,0.50);
	color: #fff;
	display: none;
	font-size: 1.4em;
	margin-bottom: .1em;
	text-align: center;
}
.video-js .vjs-subtitles
{
	color: #fff;
}
.video-js .vjs-captions
{
	color: #fc6;
}
.vjs-tt-cue
{
	display: block;
}
.vjs-fade-in
{
	moz-transition: visibility 0s linear 0s,opacity .3s linear;
	ms-transition: visibility 0s linear 0s,opacity .3s linear;
	opacity: 1 !important;
	o-transition: visibility 0s linear 0s,opacity .3s linear;
	transition: visibility 0s linear 0s,opacity .3s linear;
	visibility: visible !important;
	webkit-transition: visibility 0s linear 0s,opacity .3s linear;
}
.vjs-fade-out
{
	moz-transition: visibility 0s linear 1.5s,opacity 1.5s linear;
	ms-transition: visibility 0s linear 1.5s,opacity 1.5s linear;
	opacity: 0 !important;
	o-transition: visibility 0s linear 1.5s,opacity 1.5s linear;
	transition: visibility 0s linear 1.5s,opacity 1.5s linear;
	visibility: hidden !important;
	webkit-transition: visibility 0s linear 1.5s,opacity 1.5s linear;
}
.vjs-default-skin .vjs-controls
{
	background: #242424;
	background: linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);
	background: -moz-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);
	background: -ms-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);
	background: -o-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);
	background: -webkit-gradient(linear,0% 0,0% 100%,color-stop(50%,#242424),color-stop(50%,#1f1f1f),color-stop(100%,#171717));
	background: -webkit-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);
	border-top: 1px solid #404040;
	bottom: 0;
	color: #fff;
	height: 2.6em;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	visibility: hidden;
}
.vjs-default-skin .vjs-control
{
	float: left;
	height: 2.6em;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 2.6em;
}
.vjs-default-skin .vjs-control:focus
{
	outline: 0;
}
.vjs-default-skin .vjs-control-text
{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.vjs-default-skin .vjs-play-control
{
	cursor: pointer !important;
	width: 5em;
}
.vjs-default-skin.vjs-paused .vjs-play-control div
{
	background: url('video-js.png');
	height: 17px;
	margin: .5em auto 0;
	width: 15px;
}
.vjs-default-skin.vjs-playing .vjs-play-control div
{
	background: url('video-js.png') -25px 0;
	height: 17px;
	margin: .5em auto 0;
	width: 15px;
}
.vjs-default-skin .vjs-rewind-control
{
	cursor: pointer !important;
	width: 5em;
}
.vjs-default-skin .vjs-rewind-control div
{
	background: url('video-js.png');
	height: 16px;
	margin: .5em auto 0;
	width: 19px;
}
.vjs-default-skin .vjs-mute-control
{
	cursor: pointer !important;
	float: right;
	width: 3.8em;
}
.vjs-default-skin .vjs-mute-control div
{
	background: url('video-js.png') -75px -25px;
	height: 16px;
	margin: .5em auto 0;
	width: 22px;
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0 div
{
	background: url('video-js.png') 0 -25px;
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1 div
{
	background: url('video-js.png') -25px -25px;
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2 div
{
	background: url('video-js.png') -50px -25px;
}
.vjs-default-skin .vjs-volume-control
{
	float: right;
	width: 5em;
}
.vjs-default-skin .vjs-volume-bar
{
	background: #666;
	background: linear-gradient(top,#333,#666);
	background: -moz-linear-gradient(top,#333,#666);
	background: -ms-linear-gradient(top,#333,#666);
	background: -o-linear-gradient(top,#333,#666);
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#333),to(#666));
	background: -webkit-linear-gradient(top,#333,#666);
	border-radius: .3em;
	cursor: pointer !important;
	height: .6em;
	margin: 1em auto 0;
	moz-border-radius: .3em;
	position: relative;
	webkit-border-radius: .3em;
	width: 5em;
}
.vjs-default-skin .vjs-volume-level
{
	background: #fff;
	background: linear-gradient(top,#fff,#ccc);
	background: -moz-linear-gradient(top,#fff,#ccc);
	background: -ms-linear-gradient(top,#fff,#ccc);
	background: -o-linear-gradient(top,#fff,#ccc);
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#ccc));
	background: -webkit-linear-gradient(top,#fff,#ccc);
	border-radius: .3em;
	height: .6em;
	left: 0;
	moz-border-radius: .3em;
	position: absolute;
	top: 0;
	webkit-border-radius: .3em;
}
.vjs-default-skin .vjs-volume-handle
{
	background: #ccc;
	border: 1px solid #fff;
	border-radius: .6em;
	height: .8em;
	left: 0;
	moz-border-radius: .6em;
	position: absolute;
	top: -0.2em;
	webkit-border-radius: .6em;
	width: .8em;
}
.vjs-default-skin div.vjs-progress-control
{
	background: #333;
	background: linear-gradient(top,#333,#222);
	background: -moz-linear-gradient(top,#222,#333);
	background: -ms-linear-gradient(top,#333,#222);
	background: -o-linear-gradient(top,#333,#222);
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#222),to(#333));
	background: -webkit-linear-gradient(top,#222,#333);
	border-bottom: 1px solid #1f1f1f;
	border-top: 1px solid #222;
	height: 1.0em;
	left: 4.8em;
	position: absolute;
	right: 4.8em;
	top: -1.3em;
	width: auto;
}
.vjs-default-skin .vjs-progress-holder
{
	background: #111;
	background: linear-gradient(top,#111,#262626);
	background: -moz-linear-gradient(top,#111,#262626);
	background: -ms-linear-gradient(top,#111,#262626);
	background: -o-linear-gradient(top,#111,#262626);
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#111),to(#262626));
	background: -webkit-linear-gradient(top,#111,#262626);
	border-radius: .6em;
	cursor: pointer !important;
	height: 1.0em;
	margin: 0;
	moz-border-radius: .6em;
	padding: 0;
	position: relative;
	webkit-border-radius: .6em;
}
.vjs-default-skin .vjs-progress-holder .vjs-play-progress, .vjs-default-skin .vjs-progress-holder .vjs-load-progress
{
	border-radius: .6em;
	display: block;
	height: 1.0em;
	left: 0;
	margin: 0;
	moz-border-radius: .6em;
	padding: 0;
	position: absolute;
	top: 0;
	webkit-border-radius: .6em;
}
.vjs-default-skin .vjs-play-progress
{
	background: #efefef;
	background: #fff;
	background: linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);
	background: linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);
	background: -moz-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);
	background: -moz-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);
	background: -ms-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);
	background: -o-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);
	background: -o-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);
	background: -webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#efefef),color-stop(50%,#f5f5f5),color-stop(50%,#dbdbdb),color-stop(100%,#f1f1f1));
	background: -webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#fff),color-stop(50%,#d6d6d6),color-stop(100%,#fff));
	background: -webkit-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);
	background: -webkit-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#f1f1f1',GradientType=0);
}
.vjs-default-skin .vjs-load-progress
{
	background: #666;
	background: linear-gradient(top,#666,#333);
	background: -moz-linear-gradient(top,#666,#333);
	background: -ms-linear-gradient(top,#666,#333);
	background: -o-linear-gradient(top,#666,#333);
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#666),to(#333));
	background: -webkit-linear-gradient(top,#666,#333);
	opacity: .8;
}
.vjs-default-skin div.vjs-seek-handle
{
	background: url('video-js.png') 0 -50px;
	border-radius: .8em;
	box-shadow: 0 2px 4px 0 #000;
	height: 16px;
	left: 0;
	margin-top: -0.3em;
	moz-border-radius: .8em;
	moz-box-shadow: 0 2px 4px 0 #000;
	position: absolute;
	top: 0;
	webkit-border-radius: .8em;
	webkit-box-shadow: 0 2px 4px 0 #000;
	width: 16px;
}
.vjs-default-skin .vjs-time-controls
{
	background: #333;
	background: linear-gradient(top,#333,#222);
	background: -moz-linear-gradient(top,#222,#333);
	background: -ms-linear-gradient(top,#333,#222);
	background: -o-linear-gradient(top,#333,#222);
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#222),to(#333));
	background: -webkit-linear-gradient(top,#222,#333);
	background-color: #333;
	border-bottom: 1px solid #1f1f1f;
	border-top: 1px solid #222;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
	font-weight: normal;
	height: 1.0em;
	line-height: 1.0em;
	position: absolute;
	right: 0;
	top: -1.3em;
	width: 4.8em;
}
.vjs-default-skin .vjs-current-time
{
	left: 0;
}
.vjs-default-skin .vjs-duration
{
	display: none;
	right: 0;
}
.vjs-default-skin .vjs-remaining-time
{
	right: 0;
}
.vjs-time-divider
{
	display: none;
}
.vjs-default-skin .vjs-time-control
{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
}
.vjs-default-skin .vjs-time-control span
{
	line-height: 25px;
}
.vjs-secondary-controls
{
	float: right;
}
.vjs-default-skin .vjs-fullscreen-control
{
	cursor: pointer !important;
	float: right;
	width: 3.8em;
}
.vjs-default-skin .vjs-fullscreen-control div
{
	background: url('video-js.png') -50px 0;
	height: 16px;
	margin: .5em auto 0;
	width: 16px;
}
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control div
{
	background: url('video-js.png') -75px 0;
}
.vjs-default-skin .vjs-big-play-button
{
	background: #454545;
	background: linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);
	background: -moz-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);
	background: -ms-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);
	background: -o-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);
	background: -webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#454545),color-stop(50%,#232323),color-stop(50%,#161616),color-stop(100%,#3f3f3f));
	background: -webkit-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);
	border: .2em solid #fff;
	border-radius: 25px;
	box-shadow: 4px 4px 8px #000;
	cursor: pointer !important;
	display: block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545',endColorstr='#3f3f3f',GradientType=0);
	height: 8.0em;
	left: 50%;
	margin: -42px 0 0 -42px;
	moz-border-radius: 25px;
	moz-box-shadow: 4px 4px 8px #000;
	opacity: .95;
	position: absolute;
	text-align: center;
	top: 50%;
	vertical-align: center;
	webkit-border-radius: 25px;
	webkit-box-shadow: 4px 4px 8px #000;
	width: 8.0em;
	z-index: 2;
}
.vjs-default-skin div.vjs-big-play-button:hover
{
	box-shadow: 0 0 80px #fff;
	moz-box-shadow: 0 0 80px #fff;
	webkit-box-shadow: 0 0 80px #fff;
}
.vjs-default-skin div.vjs-big-play-button span
{
	background: url('video-js.png') -100px 0;
	display: block;
	height: 42px;
	left: 50%;
	margin: -20px 0 0 -15px;
	position: absolute;
	top: 50%;
	width: 35px;
}
.vjs-loading-spinner
{
	display: none;
	height: 55px;
	left: 50%;
	margin: -28px 0 0 -28px;
	moz-animation-duration: 1s;
	moz-animation-iteration-count: infinite;
	moz-animation-name: rotatethis;
	moz-animation-timing-function: linear;
	position: absolute;
	top: 50%;
	webkit-animation-duration: 1s;
	webkit-animation-iteration-count: infinite;
	webkit-animation-name: rotatethis;
	webkit-animation-timing-function: linear;
	width: 55px;
}
@-webkit-keyframes rotatethis
{
	0%
	{
		webkit-transform: scale(0.6) rotate(0deg);
	}
	12.5%
	{
		webkit-transform: scale(0.6) rotate(0deg);
	}
	12.51%
	{
		webkit-transform: scale(0.6) rotate(45deg);
	}
	25%
	{
		webkit-transform: scale(0.6) rotate(45deg);
	}
	25.01%
	{
		webkit-transform: scale(0.6) rotate(90deg);
	}
	37.5%
	{
		webkit-transform: scale(0.6) rotate(90deg);
	}
	37.51%
	{
		webkit-transform: scale(0.6) rotate(135deg);
	}
	50%
	{
		webkit-transform: scale(0.6) rotate(135deg);
	}
	50.01%
	{
		webkit-transform: scale(0.6) rotate(180deg);
	}
	62.5%
	{
		webkit-transform: scale(0.6) rotate(180deg);
	}
	62.51%
	{
		webkit-transform: scale(0.6) rotate(225deg);
	}
	75%
	{
		webkit-transform: scale(0.6) rotate(225deg);
	}
	75.01%
	{
		webkit-transform: scale(0.6) rotate(270deg);
	}
	87.5%
	{
		webkit-transform: scale(0.6) rotate(270deg);
	}
	87.51%
	{
		webkit-transform: scale(0.6) rotate(315deg);
	}
	100%
	{
		webkit-transform: scale(0.6) rotate(315deg);
	}
}
@-moz-keyframes rotatethis
{
	0%
	{
		moz-transform: scale(0.6) rotate(0deg);
	}
	12.5%
	{
		moz-transform: scale(0.6) rotate(0deg);
	}
	12.51%
	{
		moz-transform: scale(0.6) rotate(45deg);
	}
	25%
	{
		moz-transform: scale(0.6) rotate(45deg);
	}
	25.01%
	{
		moz-transform: scale(0.6) rotate(90deg);
	}
	37.5%
	{
		moz-transform: scale(0.6) rotate(90deg);
	}
	37.51%
	{
		moz-transform: scale(0.6) rotate(135deg);
	}
	50%
	{
		moz-transform: scale(0.6) rotate(135deg);
	}
	50.01%
	{
		moz-transform: scale(0.6) rotate(180deg);
	}
	62.5%
	{
		moz-transform: scale(0.6) rotate(180deg);
	}
	62.51%
	{
		moz-transform: scale(0.6) rotate(225deg);
	}
	75%
	{
		moz-transform: scale(0.6) rotate(225deg);
	}
	75.01%
	{
		moz-transform: scale(0.6) rotate(270deg);
	}
	87.5%
	{
		moz-transform: scale(0.6) rotate(270deg);
	}
	87.51%
	{
		moz-transform: scale(0.6) rotate(315deg);
	}
	100%
	{
		moz-transform: scale(0.6) rotate(315deg);
	}
}
div.vjs-loading-spinner .ball1
{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 13px;
	height: 13px;
	left: 20px;
	moz-border-radius: 13px;
	opacity: .12;
	position: absolute;
	top: 0;
	webkit-border-radius: 13px;
	width: 13px;
}
div.vjs-loading-spinner .ball2
{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 13px;
	height: 13px;
	left: 34px;
	moz-border-radius: 13px;
	opacity: .25;
	position: absolute;
	top: 6px;
	webkit-border-radius: 13px;
	width: 13px;
}
div.vjs-loading-spinner .ball3
{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 13px;
	height: 13px;
	left: 40px;
	moz-border-radius: 13px;
	opacity: .37;
	position: absolute;
	top: 20px;
	webkit-border-radius: 13px;
	width: 13px;
}
div.vjs-loading-spinner .ball4
{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	height: 13px;
	left: 34px;
	moz-border-radius: 15px;
	opacity: .50;
	position: absolute;
	top: 34px;
	webkit-border-radius: 10px;
	width: 13px;
}
div.vjs-loading-spinner .ball5
{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 13px;
	height: 13px;
	left: 20px;
	moz-border-radius: 13px;
	opacity: .62;
	position: absolute;
	top: 40px;
	webkit-border-radius: 13px;
	width: 13px;
}
div.vjs-loading-spinner .ball6
{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 13px;
	height: 13px;
	left: 6px;
	moz-border-radius: 13px;
	opacity: .75;
	position: absolute;
	top: 34px;
	webkit-border-radius: 13px;
	width: 13px;
}
div.vjs-loading-spinner .ball7
{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 13px;
	height: 13px;
	left: 0;
	moz-border-radius: 13px;
	opacity: .87;
	position: absolute;
	top: 20px;
	webkit-border-radius: 13px;
	width: 13px;
}
div.vjs-loading-spinner .ball8
{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 13px;
	height: 13px;
	left: 6px;
	moz-border-radius: 13px;
	opacity: 1.00;
	position: absolute;
	top: 6px;
	webkit-border-radius: 13px;
	width: 13px;
}
.vjs-default-skin .vjs-menu-button
{
	background: #4d4d4d;
	background: linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);
	background: -moz-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);
	background: -ms-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);
	background: -o-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d4d4d),color-stop(50%,#3f3f3f),color-stop(50%,#333),color-stop(100%,#252525));
	background: -webkit-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);
	border: 1px solid #111;
	border-radius: .3em;
	cursor: pointer!important;
	float: right;
	height: 2em;
	margin: .2em .5em 0 0;
	moz-border-radius: .3em;
	padding: 0;
	webkit-border-radius: .3em;
	width: 3em;
}
.vjs-default-skin .vjs-menu-button div
{
	background: url('video-js.png') 0 -75px no-repeat;
	height: 16px;
	margin: .2em auto 0;
	padding: 0;
	width: 16px;
}
.vjs-default-skin .vjs-menu-button ul
{
	background-color: #111;
	border: 2px solid #333;
	border-radius: .5em;
	bottom: 2em;
	box-shadow: 0 2px 4px 0 #000;
	display: none;
	left: -3.5em;
	margin: 0;
	max-height: 15em;
	moz-border-radius: .7em;
	moz-box-shadow: 0 2px 4px 0 #000;
	opacity: .8;
	overflow: auto;
	padding: 0;
	position: absolute;
	webkit-border-radius: 1em;
	webkit-box-shadow: 0 2px 4px 0 #000;
	width: 10em;
}
.vjs-default-skin .vjs-menu-button:focus ul,.vjs-default-skin .vjs-menu-button:hover ul
{
	display: block;
	list-style: none;
}
.vjs-default-skin .vjs-menu-button ul li
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	list-style: none;
	margin: 0;
	padding: .3em 0 .3em 20px;
	text-align: left;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected
{
	background: url('video-js.png') -125px -50px no-repeat;
	text-decoration: underline;
}
.vjs-default-skin .vjs-menu-button ul li:focus,.vjs-default-skin .vjs-menu-button ul li:hover,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover
{
	background-color: #ccc;
	color: #111;
	outline: 0;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title
{
	background: #4d4d4d;
	background: linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);
	background: -moz-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);
	background: -ms-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);
	background: -o-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d4d4d),color-stop(50%,#3f3f3f),color-stop(50%,#333),color-stop(100%,#252525));
	background: -webkit-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);
	color: #fff;
	cursor: default;
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
	margin: 0 0 .3em 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.vjs-default-skin .vjs-captions-button div
{
	background-position: -25px -75px;
}
.vjs-default-skin .vjs-chapters-button div
{
	background-position: -100px -75px;
}
.vjs-default-skin .vjs-chapters-button ul
{
	left: -8.5em;
	width: 20em;
}