* {
	color				: #3F3D9F;
	font-size			: 10px;
}

body {
	text-align			: center;
}

#slider_background {
	/*width				: 100px;
	background-color	: #3F3D9F;*/
	background-image	: url("/images/psyq/volume-bar.gif");
	background-repeat	: no-repeat;
	width				: 60px;
	height				: 13px;
	margin-top			: 8px;
	cursor				: pointer;
	float				: right;
}

#slider_bar {
	width				: 11px;
	height				: 18px;
	background-image	: url("/images/psyq/volume.png");
	cursor				: pointer;
	margin-top			: -3px;
	overflow			: visible;
}

#slider_large_background {
	width				: 488px;
	background-image	: url("/images/psyq/player/timelinegroot.gif");
	height				: 12px;
	float				: left;
	margin-top			: 6px;
	cursor				: pointer;
}

#slider_large_bar {
	width				: 23px;
	height				: 13px;
	background-image	: url("/images/psyq/player/schuifje.gif");
	cursor				: pointer;
}

div.bar_total{
	border-left			: 1px solid #6c879c;
	border-right		: 1px solid #6c879c;
	border-bottom		: 1px solid #6c879c;
	border-top			: 1px solid #6c879c;
	height				: 60px;
	width				: 509px;
	background-image	: url("/images/psyq/player/player_back.jpg");
	background-repeat	: repeat-x;
}

div.bar_small {
	background-image	: url("/images/player/balk_small.jpg");
	height				: 18px;
	width				: 509px;
	padding-left		: 10px;
	padding-right		: 10px;
	margin-bottom		: 2px;
	text-align			: left;
}
div.bar_large {
	background-image	: url("/images/psyq/player/back.jpg");
	height				: 35px;
	width				: 509px;
	padding-left		: 10px;
	padding-right		: 10px;
	padding-top			: 2px;
	margin-bottom		: 2px;
	text-align			: left;

}

div#play{
	position 			: relative;
	top					: 0px;
	float				: left;
}

div#stop{
	position 			: relative;
	top					: 4px;
	left				: 3px;
	float				: left;
}

div.sound_min {
	float				: left;
	margin-top			: 6px;
}

div.sound_max {
	float				: left;
	margin-top			: 6px;
}
div.mute_unmute {
	padding-top			: 2px;
	margin-top			: 2px;
	margin-right		: 10px;
	float				: right;
	cursor				: pointer;
}
#current_playtime {
	color				: black;
	float				: left;
	padding-left		: 10px;
	padding-top			: 6px;

}
#playtime_divider {
	float				: left;
	padding-top			: 6px;
	padding-left		: 2px;
	color				: black;
}
#total_playtime {
	color				: black;
	float				: left;
	padding-top			: 6px;
	padding-left 		: 5px;

}
div.fullscreen {
	float				: right;
}
div.stoppauseplay {
	float				: left;
}

div.clearer{
	clear				: both;
}

div.player_div{
	border-left			: 1px solid #6c879c;
	border-right		: 1px solid #6c879c;
	border-top			: 1px solid #6c879c;
}

div#time{
	height				: 25px;
	width				: 79px;
	background-image	: url("/images/psyq/teller.gif");
	float				: left;
	margin-top			: 2px;
	margin-left			: 10px;
}
