//$(function() {
//	$("div#rotator ul li.show").css('z-index', 500)
//	$("#img_wrap ul li").css('width', 170);
//	$("#img_wrap ul").css('overflow', 'hidden');
//	$("#home_pic").css('opacity', 0);
	
//	$("#img_wrap ul li img").load(function() {
//		$(this).parent().animate({opacity: 1}, 1000);
//	});
		
//});

//function doYoThing() {
	
//	$("#home_pic").animate({opacity: 1}, 5000);
			
//}


//$(window).load(function () {
//  doYoThing();
//});


