	var $jquery = jQuery.noConflict(); 
	$jquery(document).ready(function() 
	{
		$jquery('#wpcontent_slider').coinslider(
	{ 
	width: 960, 
	height: 290, 
	spw: 5, 
	sph: 2, 
	delay: 6000, 
	sDelay: 50, 
	opacity: 1, 
	titleSpeed: 3000, 
	effect: 'straight', 
	navigation: true, 
	links : true, 
	hoverPause: false });
		});
