$(document).ready(function(){

	$('#container').coinslider({
		width: 700,
		height: 226,
		links: false
	});

}); //end document ready

