$(document).ready(function(){


// TOP SEARCH 
$('#busqueda').focus(function() {
		$(this).animate({width: "215"}, 300 );	
		$(this).val('')
});

$('#busqueda').blur(function() {
		$(this).animate({width: "121"}, 300 );
		$(this).val('Buscar');
});



});
<!-- end document ready -->

<!-- PrettyPhoto init -->
