﻿.inner {
	left: 50%;
	position: absolute;
	top: 48%;
	transform: translate(-50%, -50%);
}

.bottom_inner {
	left: 50%;
	position: absolute;
	top: 96%;
	transform: translate(-50%, -50%);
}

.img_button {
	-moz-opacity: 0.90;
	border: none;
	filter: alpha(opacity=90);
	height: 33px;
	opacity: 0.90;
	outline: none;
	padding-right: 5px;
	width: 37px;
}

.no_video { background: url(../images/BlueWave_No-Video.png) no-repeat; }

.video_loading { background: url(../images/BlueWave_Video-Loading.png) no-repeat; }

.skip_backward { background: url(../images/skip_backward.png) no-repeat; }

.skip_backward:disabled { background: url(../images/skip_backward_disabled.png) no-repeat; }

.rewind { background: url(../images/rewind.png) no-repeat; }

.rewind:disabled { background: url(../images/rewind_disabled.png) no-repeat; }

.play { background: url(../images/play.png) no-repeat; }

.play:disabled { background: url(../images/play_disabled.png) no-repeat; }

.pause { background: url(../images/pause.png) no-repeat; }

.pause:disabled { background: url(../images/pause_disabled.png) no-repeat; }

.fast_forward { background: url(../images/fast_forward.png) no-repeat; }

.fast_forward:disabled { background: url(../images/fast_forward_disabled.png) no-repeat; }

.skip_forward { background: url(../images/skip_forward.png) no-repeat; }

.skip_forward:disabled { background: url(../images/skip_forward_disabled.png) no-repeat; }

/* Change the color of links on hover */

.img_button:hover {
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	opacity: 0.80;
}

.img_button:active {
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	opacity: 1.0;
	transform: translateY(1px);
}