// JavaScript Document
jQuery(function( $ ){			
	//$("#bottles").animate({top:'-=136px'},{queue:false, duration:1000, easing: 'easeOutBounce'});
	$("#bottles").fadeIn(2000);
});