	$(document).ready(function(){		$('#feature-slideshow').css('display', 'block');		$('#banner_images').css('display', 'block');				// $('#banner_images').cycle({			// fx     : 'fade',			// pause  : 0,			// timeout: 7000		// });				$('.banner_images').slides({				preload: true,				//preloadImage: 'img/loading.gif',				play: 7000,				pause: 2500,				hoverPause: true			});
		//$('#thumb_carousel').jcarousel({		//	scroll: 1		//});				$('#feature-slideshow').cycle({			fx:			'scrollLeft',			timeout:	4000,			easing:		'expoout'		});		// ie div hover fix;		//$('.jcarousel-prev-horizontal').hover(function() { $(this).css("background-position", "0 0"); }, function() { $(this).css("background-position", "-10px 0"); });		//$('.jcarousel-next-horizontal').hover(function() { $(this).css("background-position", "-10px 0"); }, function() { $(this).css("background-position", "0 0"); });	});
