body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bgskin {
	background:url(../images/bg-skin.gif);
	background-repeat:repeat;	
	height:16px;
}
a.stop {
	background:url(../images/btn-stop-active.png) no-repeat 0px 0px;
	width: 10px;
	height: 10px;
	display: block;
}
a.stop span {
	display: none;
}
a.stop:hover {
	background: url(../images/btn-stop-hover.png) no-repeat 0px 0px;
	width: 20px;
	height: 19px;
}
a.play {
	background:url(../images/play-normal.gif) no-repeat 0px 0px;
	width: 16px;
	height: 16px;
	display: block;
}
a.play span {
	display: none;
}
a.play:hover {
	background: url(../images/play-hover.gif) no-repeat 0px 0px;
	width: 16px;
	height: 16px;
}
a.pausee {
	background:url(../images/pause-normal.gif) no-repeat 0px 0px;
	width: 16px;
	height: 16px;
	display: block;
}
a.pausee span {
	display: none;
}
a.pausee:hover {
	background: url(../images/pause-hover.gif) no-repeat 0px 0px;
	width: 16px;
	height: 16px;
}
a.rewind {
	background:url(../images/btn-rewind-active.png) no-repeat 0px 0px;
	width: 46px;
	height: 19px;
	display: block;
}
a.rewind span {
	display: none;
}
a.rewind:hover {
	background: url(../images/btn-rewind-hover.png) no-repeat 0px 0px;
	width: 46px;
	height: 19px;
}
a.forward {
	background:url(../images/btn-fwd-active.png) no-repeat 0px 0px;
	width: 45px;
	height: 19px;
	display: block;
}
a.forward span {
	display: none;
}
a.forward:hover {
	background: url(../images/btn-fwd-hover.png) no-repeat 0px 0px;
	width: 45px;
	height: 19px;
}
a.muteOn {
	background:url(../images/btn-muteon-active.png) no-repeat 0px 0px;
	width: 13px;
	height: 11px;
	display: block;
}
a.muteOn span {
	display: none;
}
a.muteOn:hover {
	background: url(../images/btn-muteon-hover.png) no-repeat 0px 0px;
	width: 20px;
	height: 19px;
}

a.mute {
	background:url(../images/sound-on-normal.gif) no-repeat 0px 0px;
	width: 16px;
	height: 16px;
	display: block;
}
a.mute span {
	display: none;
}
a.mute:hover {
	background: url(../images/sound-on-hover.gif) no-repeat 0px 0px;
	width: 16px;
	height: 16px;
}
a.volup {
	background:url(../images/btn-vol-up-active.png) no-repeat 0px 0px;
	width: 12px;
	height: 11px;
	display: block;
}
a.volup span {
	display: none;
}
a.volup:hover {
	background: url(../images/btn-vol-up-hover.png) no-repeat 0px 0px;
	width: 20px;
	height: 19px;
}
a.voldn {
	background:url(../images/btn-vol-down-active.png) no-repeat 0px 0px;
	width: 11px;
	height: 2px;
	display: block;
}
a.voldn span {
	display: none;
}
a.voldn:hover {
	background: url(../images/btn-vol-down-hover.png) no-repeat 0px 0px;
	width: 20px;
	height: 19px;
}

