jQuery.noConflict();
jQuery(document).ready(function($) {
	$(document).ready(function(){			   
		$('.homeLayout17').mouseenter(function() {
				$(".homeLayout17").stop(true, false).animate({
						height: "420px"
						//margin: "-255px 0 0 0"
					  }, 700, function() {
						// Animation complete.
					  });
		});	
		$('.homeLayout17').mouseleave(function() {
				$(".homeLayout17").stop(true, false).animate({
						height: "138px"
							  //margin: "0px 0 0 0"
							 }, 700, function() {
							  // Animation complete.
				 });
		});	
		$('.homeLayout18').mouseenter(function() {
				$(".homeLayout18").stop(true, false).animate({
						height: "420px"
						//margin: "-255px 0 0 0"
					  }, 700, function() {
						// Animation complete.
				});
		});	
		$('.homeLayout18').mouseleave(function() {
				$(".homeLayout18").stop(true, false).animate({
						height: "138px"
							  //margin: "0px 0 0 0"
							 }, 700, function() {
							  // Animation complete.
				});
		});
		$('.homeLayout19').mouseenter(function() {
				$(".homeLayout19").stop(true, false).animate({
						height: "420px"
						//margin: "-255px 0 0 0"
					  }, 700, function() {
						// Animation complete.
				});
		});	
		$('.homeLayout19').mouseleave(function() {
				$(".homeLayout19").stop(true, false).animate({
						height: "138px"
							  //margin: "0px 0 0 0"
							 }, 700, function() {
							  // Animation complete.
				});
		});
	});
	
	
	$(document).ready(function() {
	// select the overlay element - and "make it an overlay"
		$("#trauerbox").overlay({
			// custom top position
			top: 0,
			// some mask tweaks suitable for facebox-looking dialogs
			mask: {
				// you might also consider a "transparent" color for the mask
				color: '#000',
				// load mask a little faster
				loadSpeed: 200,
				// very transparent
				opacity: 0.8
			},
			// disable this for modal dialog-type of overlays
			closeOnClick: true,
			// load it immediately after the construction
			load: true
		});
	});
	

});		


