/*	-------------------------------------------------------------
	Buttons
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.buy a, .listen a {
		display: block;
		height: 12px;
		text-decoration: none;
		text-indent: -9999em;
		line-height: 12px;
		font-size: 1px;
		}
	
	.buy {
		width: 36px;
		height: 12px;
		background: url(../../img/static/buttons/buy.gif) no-repeat;
		}
		
	.listen {
		width: 45px;
		height: 12px;
		background: url(../../img/static/buttons/listen.gif) no-repeat;
		}
