$(function() {
	$("div#content-slider").jFlow({
	slides: "#slides",
	width: "305px",
	height: "225px"
	});
	$("#slider").easySlider({
		
	controlsBefore:	'<p id="controls">',
	controlsAfter:	'</p>',
	prevId: 'prevBtn',
	nextId: 'nextBtn',	
	firstShow: false,
	lastShow: false,
	vertical: true, 
	continuous: true 		
		});	
	
});