$(document).ready(function() {
	/* The following code enables the slideshow on the homepage */
	$('#StoreLandingPage div.slides').htmlslides({hrefExclusionSelector: '.html-slideshow-slide-content'});
	//$('.html-slideshow-slide').preloadbackimage();
})
