$(document).ready(function(){
	$('.prostores').click(function(){
		$('.teehee').animate({opacity: 1, height:"100px"},800);
	});
});