/* CSS Document */


#playerbg {
	background			: url(../images/player/bg.jpg) repeat-x;
	height				: 34px;
	padding-left		: 6px;
	width				: 427px;
}

#pplay {
	background			: url(../images/player/play.jpg) no-repeat;
	cursor				: pointer;
	height				: 26px;
	width				: 26px;
}

#pstop {
	background			: url(../images/player/stop.jpg) no-repeat;
	cursor				: pointer;
	height				: 26px;
	width				: 26px;
}

#psound	{
	background			: url(../images/player/sound.jpg) no-repeat;
	cursor				: pointer;
	height				: 26px;
	width				: 26px;
}

#pvol {
	background			: url(../images/player/volbox.jpg) no-repeat;
	cursor				: pointer;
	height				: 26px;
	padding-left		: 26px;
	width				: 63px;
}

#pinfo {
	background			: url(../images/player/info.jpg) no-repeat;
	color				: #33CC33;
	font-size			: 10px;
	height				: 26px;
	padding-left		: 7px;
	padding-top			: 6px;
	width				: 167px;
}

#ptime {
	color				: #999999;
	font-size			: 26px;
	padding-top			: 0px;
}

#pplay, #pstop, #psound, #pvol, #pinfo, #ptime {
	float				: left;
}

.spacer {
	float				: left;
	height				: 1px;
	width				: 5px;
}

#v2 {
	background			: url(../images/player/vol2.jpg) bottom no-repeat;
}

#v3 {
	background			: url(../images/player/vol3.jpg) bottom no-repeat;
}

#v4 {
	background			: url(../images/player/vol4.jpg) bottom no-repeat;
}

#v5 {
	background			: url(../images/player/vol5.jpg) bottom no-repeat;
}

#v6 {
	background			: url(../images/player/vol6.jpg) bottom no-repeat;
}

#v7 {
	background			: url(../images/player/vol7.jpg) bottom no-repeat;
}

#v8 {
	background			: url(../images/player/vol8.jpg) bottom no-repeat;
}

#v9 {
	background			: url(../images/player/vol9.jpg) bottom no-repeat;
}

#v10 {
	background			: url(../images/player/vol10.jpg) bottom no-repeat;
}

#v11 {
	background			: url(../images/player/vol11.jpg) bottom no-repeat;
}

#v2, #v3, #v4, #v5, #v6, #v7, #v8, #v9, #v10, #v11, .vh {
	color				: #FFFFFF;
	float 				: left;
	height				: 18px;
	margin-right		: 2px;
	width				: 4px;
}
