	jQuery(function( $ ){

	$('#mycarousel').jcarousel({
		wrap:"both",
		scroll:1,
		auto: 10,
		animation:"slow"
	});
	

	$('#q').val('Hledat')
      .focus(function(){ $(this).val(''); })
      .blur(function(){ $(this).val('Hledat'); });

	})
