$(document).ready(function(){
   
   if(typeof(hs) != 'undefined'){
		hs.graphicsDir = '/sysjs/hs/graphics/';
		hs.align = 'center';
		hs.transitions = ['expand', 'crossfade'];
		hs.outlineType = 'rounded-white';
		hs.wrapperClassName = 'draggable-header';
		hs.headingEval = 'this.a.title';
		hs.creditsText = '';
		hs.fadeInOut = true;
		hs.dimmingOpacity = 0.75;
		hs.useBox = true;
		hs.width = 440;
		hs.height = 380;
		//Add the controlbar
		if (hs.addSlideshow) hs.addSlideshow({
			//slideshowGroup: 'group1',
			interval: 5000,
			repeat: false,
			useControls: true,
			fixedControls:  'fit',
			overlayOptions: {
				opacity: .75,
				position: 'bottom center',
				hideOnMouseOut: true
			}
		});	
   }

	

	//¹ö¶¯
	
    $(".rollc").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		mouseWheel: true,
		auto: 4000,
		visible: 3,
        scroll: 4,
		speed: 800
    });
   
});
