﻿$(function(){
				

// banner
		   
$('#s1') 
.cycle({ 
    fx:    'scrollDown', 
    speed:  1000 , 
	pagerEvent: 'mouseover', 
	fastOnEvent: true
});

$('#s6').cycle({ 
    fx:     'scrollHorz', 
    timeout: 6000, 
    delay:  -2000,
	next:   '#next2', 
    prev:   '#prev2' 
});



});

