jQuery.noConflict();
jQuery(document).ready(function() {
	jQuery('#coin-slider').coinslider({ 
		width: 940, 
		height:495, 
		spw: 1,
		sph: 1,
		navigation: false, 
		delay: 5000, 
		links: false, 
		effect: 'straight', 
		tileSpeed : 1500,
		navigation: true
	});
});
