var $j = jQuery.noConflict();

$j(function() {
	
	$j('#slider1').s3Slider({
            timeOut: 6000 
        });
	
})


