.site-nav {
	border-bottom:1px solid #E7E7E7;
}
.vjs-big-play-button {
background:url(../video-js/images/arrow.png) no-repeat center;
}
.vjs-paused {
background:url(../video-js/images/play.png) no-repeat center;
}
.vjs-playing {
background:url(../video-js/images/pause.png) no-repeat center;
}
.vjs-mute-control {
background:url(../video-js/images/voice.png) no-repeat center;
}
.vjs-vol-0 {
background:url(../video-js/images/voice-mute.png) no-repeat center;
}
.vjs-slider-handle {
background:url(../video-js/images/slider-arrow.png) no-repeat center;
}
.vjs-fullscreen-control {
background:url(../video-js/images/ico-full.png) no-repeat center;
}
.vjs-fullscreen.vjs-default-skin .vjs-fullscreen-control {
background:url(../video-js/images/ico-narrow.png) no-repeat center;
}