var images_dir = "/xcart/skin1/images/"
var slide_dir = "slideshow/"
$(function() {
$('#slideshow').crossSlide({
	sleep: 3,
	fade: 1
}, [
/***************************************************


The groups of lines below are the ones you want to edit.
Each group represents a different image in the slide.
Copy a group to add another image to the slideshow.
Note the last group doesn't have a comma (,) after it.
"src" is the image name, you only need to change the last part
"href" is the link.
Images are uploaded in the admin > Edit Templates > images > slideshow


***************************************************/


{
	src: images_dir+slide_dir+"nob_introFlashMay14.jpg"
},{
	src: images_dir+slide_dir+"Butter_London_flash.jpg",
	href: "/xcart/butter-london/"
},{
	src: images_dir+slide_dir+"redflowerHomeFlash.jpg",
	href: "/xcart/red-flower/"
},{
	src: images_dir+slide_dir+"ButaiFlash.jpg",
	href: "/xcart/butai/"
}

]);
})