var slide_dir = "/kleanspa/slideshow/"
$(function() {
$('#slideshow').crossSlide({
	sleep: 3,
	fade: 2
}, [
	//  Edit just these images
	//  last line does not have a comma
	//  upload images in the admin > Edit Templates > images > kleanspa > slideshow
	{ src: images_dir+slide_dir+"valentine1.jpg" },
	{ src: images_dir+slide_dir+"valentine2.jpg" },
	{ src: images_dir+slide_dir+"valentine3.jpg" },
	{ src: images_dir+slide_dir+"valentine4.jpg" }
]);
})
