$(document).ready(function() {
        var hideGE = function(carousel, elem) {
		jQuery('img', elem).hide();
        };

        var showGE = function(carousel, elem) {
		jQuery('img', elem).show();
        };

	dev_carousel = $("#devCarousel").jcarousel({
		'animation':'slow',
		'scroll':1,
		'wrap':'circular',
		'auto': 0,
		'size': 8
	/*	'itemVisibleOutCallback': hideGE,
		'itemVisibleInCallback': showGE*/
	});
});
