﻿.play, .pause, .addtoplaylist, .inplaylist
{
	width: 15px;
	height: 15px;
	cursor: pointer;
	border: none;
}

.addtoplaylist
{
	width: 14px;
	background: url(images/addtoplaylist.gif) no-repeat;
}

.inplaylist
{
	width: 14px;
	background: url(images/inplaylist.gif) no-repeat;
}

.play
{
	background: url(images/play.gif) no-repeat;
}

.pause
{
	background: url(images/pause.gif) no-repeat;
}

