﻿#playercontroller
{
	width: 202px;
	height: 24px;
	background-image: url(img/player/bk.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: left;
	padding: 2px 0px 0px 4px;
}

.play
{
	background-image: url(img/player/play.png);
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
}

.playhvr
{
	background-image: url(img/player/playhvr.png);
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
}

.stop
{
	background-image: url(img/player/stop.png);
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
}

.stophvr
{
	background-image: url(img/player/stophvr.png);
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
}

.pause
{
	background-image: url(img/player/pause.png);
	display: none;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
}

.pausehvr
{
	background-image: url(img/player/pausehvr.png);
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
}

.timeline
{
	float: left;
	background-image: url(img/player/slider.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	height: 20px;
}

.timelinehvr
{
	background-image: url(img/player/sliderhvr.png);
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	height: 20px;
}
