.play{
	cursor: hand;
	height:15px;
	width:15px;
	background-image:  url(play.gif);
	background-repeat: no-repeat;
}
.pause{
	cursor: hand;
	height:15px;
	width:15px;
	background-image:  url(pause.gif);
	background-repeat: no-repeat;
}
.PRV{
	cursor: hand;
	height:15px;
	width:20px;
	background-image:  url(prev.gif);
	background-repeat: no-repeat;
}
.NXT{
	cursor: hand;
	height:15px;
	width:20px;
	background-image:  url(next.gif);
	background-repeat: no-repeat;
}
