var images_dir = "/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+"NewHomePagePart1.jpg"},
{src: images_dir+slide_dir+"NewHomePagePart2_Shorter.jpg"}/*,
{src: images_dir+slide_dir+"nature_img logo.jpg"},
{
	src: images_dir+slide_dir+"GalenCleanserCollection.jpg",
//	href: "/galen-labs/"
        href: "/home.php?cat=191"
},{
	src: images_dir+slide_dir+"Butter_London_flash.jpg",
//	href: "/butter-london/"
	href: "/home.php?cat=245"
},{
	src: images_dir+slide_dir+"redflowerHomeFlash.jpg",
//	href: "/red-flower/"
	href: "/home.php?cat=235"
},{
	src: images_dir+slide_dir+"Green_Future_Beauty.jpg"
}*/
]);
})
