hs.align = 'center';
hs.autoplay = 'false';

hs.fadeInOut = 'true';
hs.graphicsDir = './js/highslide/graphics/';
hs.numberOfImagesToPreload = 10000;
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.75;
	// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		// slideshowGroup: 'group1',
		interval: 50,
		repeat: false,
		useControls: true,
		fixedControls: false,
		autoplay: false,
		overlayOptions: {
			opacity: 1,
			position: 'top right',
			hideOnMouseOut: false
		}
		

		
	});
	


$(document).ready(function(){
    
  $('.footerslideshow').cycle({
 			fx: 'scrollLeft'  
    });

$('#contentslider').cycle({ 
    fx:    'scrollHorz', 
    timeout:  0,
    prev:    '.prev',
    next:    '.next'
});



});


