$(document).ready( function() {
	$('#buy').hover(function() {$('#buy_text').fadeIn('fast');}, function() {$('#buy_text').fadeOut('fast');}); 
});

