$(document).ready(function(){
	//navi dropdown
	$("#nav li").hover(function(){
			$(this).addClass("hover");
		},
		function(){
			$(this).removeClass("hover");
		});
	
	//scroller
	//		speed: 5
	//});

	$('#scroller li a').hover(function(){
		$(this).children('span').stop(true, false).animate({height: "169px"},200);
	},function(){
		$(this).children('span').stop(true, false).animate({height: "0px"},200);
	});
	
	// initialize scrollable  
    $("#page.for-sale .right").scrollable({ 
        vertical:true,  
        size: 2 
    });
	
	

});

$('.for-sale a.product-image').fancybox({
		zoomSpeedIn: 200,
		zoomSpeedOut: 500,
		overlayShow: true,
		overlayOpacity: 0.75,
		zoomOpacity: true
});
$('.for-sale a.map').fancybox({
		zoomSpeedIn: 200,
		zoomSpeedOut: 500,
		overlayShow: true,
		overlayOpacity: 0.75,
		zoomOpacity: true,
		frameWidth:600,
		frameHeight:365,
		hideOnContentClick: false
});

swfobject.embedSWF('/_inc/flash/logo.swf', 'logo', '280', '51', '8.0.0', '/_inc/flash/expressInstall.swf', false, {menu:false,wmode:'transparent'});

swfobject.embedSWF('/_inc/flash/home.swf', 'homeflash', '979', '349', '8.0.0', '/_inc/flash/expressInstall.swf', false, {menu:false,wmode:'transparent'});