﻿body {
	font: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background:#2c2c2c;
}

.play {
	float:left;
background:url(../../images/icons/Play.png) no-repeat;
width: 29px;
height: 42px;
margin:10px 0 0 20px;
cursor:pointer;cursor:hand;
}

.pause {
float:left;
background:url(../../images/icons/Pause.png) no-repeat;
width: 29px;
height: 42px;
margin:10px 0 0  20px;
cursor:pointer;cursor:hand;
}

#playerbg
{
	display:inline;
	float:left;
	background:#040404;
	width:580px;
	padding-bottom:10px;
}	
	
.play_first
{
	float:left;
	display:inline;
	margin:10px 0 0 20px;
	background:url(../../images/icons/first.png) no-repeat;
	width:24px;
	height:42px;
	cursor:pointer;
	cursor:hand;
}	
.play_last
{
	float:left;
	display:inline;
	margin:10px 0 0 20px;
	background:url(../../images/icons/last.png) no-repeat;
	width:24px;
	height:42px;
	cursor:pointer;
	cursor:hand;
}
.play_prev
{
	float:left;
	display:inline;
	margin:10px 0 0 20px;
	background:url(../../images/icons/Previous.png) no-repeat;
	width:22px;
	height:42px;
	cursor:pointer;
	cursor:hand;
}	
.play_next
{
	float:left;
	display:inline;
	margin:10px 0 0 20px;
	background:url(../../images/icons/Next.png) no-repeat;
	width:22px;
	height:42px;
	cursor:pointer;
	cursor:hand;
}	
.playeraligns
{
	float:left;
	width:205px;
	height:12px;
	display:inline;
	margin:10px 0 0 190px;
}	
.cursor
{
	cursor:pointer;cursor:hand;
}
#player_progress {
	WIDTH: 205px; HEIGHT: 12px; BACKGROUND: url(../../images/icons/image01.jpg);
	background-repeat:no-repeat;
}

#player_progress_load_bar {
	BACKGROUND: url(../../images/icons/bar_load.gif) repeat-x ; WIDTH: 0px; CURSOR: pointer; HEIGHT: 12px; 
}
.different_prefix_example_buffer#player_progress_load_bar {
	BACKGROUND: url(../../images/icons/bar_buffer.gif) repeat-x; WIDTH: 0px; CURSOR: pointer; HEIGHT: 12px;
}
#player_progress_play_bar {
	BACKGROUND: url(../../images/icons/bar_play.gif) repeat-x ; WIDTH: 0px; HEIGHT: 12px; 
}
.playeralign
{
	display:inline;
	float:left;
	margin:0 0 0 170px;
}
.volaligns
{
	float:left;
	height:12px;
	display:inline;
	margin:25px 0 0 50px;
}
#player_volume_min {
	BACKGROUND: url(../../images/icons/sound_mute.gif) no-repeat; WIDTH: 10px; CURSOR: pointer; HEIGHT: 16px; float:left;
}
#player_volume_max {
	BACKGROUND: url(../../images/icons/sound_on.gif) no-repeat; WIDTH: 19px; CURSOR: pointer; HEIGHT: 16px; float:left; margin:0 0 0 5px;
}
#player_volume_bar {
	BACKGROUND: url(../../images/icons/sound_grey.gif) repeat-x; WIDTH: 46px; CURSOR: pointer; HEIGHT: 5px; float:left; margin:5px 0 0 5px;
}
#player_volume_bar_value {
	BACKGROUND: url(../../images/icons/sound_gold.gif) repeat-x; WIDTH: 0px; HEIGHT: 5px; float:left;
}