.vast-skip-button {
    display: block;
    position: absolute;
    right: 0;
    width: auto;
    color: #AAA;
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
    padding: 10px;
    z-index: 2;
	margin-top:-5px;
	margin-right:-5px;
}

.vast-skip-button.enabled {
    cursor: pointer;
    color: #fff;
}

.vast-skip-button.enabled:hover {
    cursor: pointer;
}

.vast-blocker {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.vjs-ad-notification {
    bottom: 10px;
    color: yellow;
    font-size: 11px;
    font-style: italic;
    position: absolute;
    right: 10px;
    z-index: 2147483640 !important;
}

.vjs-ad-play{
	display:none;
	z-index: 2147483640 !important;
	width:72px;
	height:72px;
	background-image: url("../icons/playButton.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    cursor: pointer;
	position:absolute;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.vjs-ad-play:hover{
	background-image: url("../icons/playButton.png");
    background-position: 0 -73px;
    background-repeat: no-repeat;
	background-size: auto auto;
}