var $j = jQuery.noConflict();
		$j(document).ready(function() {
			$j("#image_carousel").jCarouselLite({
				btnNext: ".next",
				btnPrev: ".prev",
				visible : 4,
				auto: 3000,
				speed: 1000,
				scroll: 4
			});

/*			$j("#foo3 img").MyThumbnail({
				thumbWidth:150,
				thumbHeight:110,
				backgroundColor:"#ccc", 
				imageDivClass:"myPic" 
			});
			
/*		$j("#foo3").carouFredSel({
		items: {
			visible: 4,
			width: 600,
			height: 110,
			},
		scroll: {
			duration	: 1000,
			pauseDuration	: 2000,
			pauseOnHover: true
			}
		});*/
/*			$j("#image_carousel").carouFredSel({
				items: {
					visible: 4,
				},
				width	: 615,
				scroll	: 1000,
				auto	: true,
			});
*/			


/*
			$j(function($) {
			var options = {
				newsList: "#headline",
				startDelay: 10,
				controls: false,
				placeHolder1: " _"
				}
			$j().newsTicker(options);
			});*/
		});
