$(function() {
	$("#slide-area").carouFredSel({
		items 		: 1,
		direction	: "left",
		auto : {
		pauseDuration :3000,
		pauseOnHover: true
		}
		}).find("div.slide").hover(
			function() { $(this).find("div.text").slideDown();},
			function() { $(this).find("div.text").slideUp();}
		);
		$("#sp-bnr-box").carouFredSel({
			direction: "down",
			height: 300,
			items: {
				visible: 6,
				start: 5,
				height: 45
			},
			scroll: {
				items: 1,
				mousewheel: true,
				pauseOnHover: true
			},
			scroll: 1,
			auto: 3000,
			prev: "#sp-bnr-box_prev",
			next: "#sp-bnr-box_next"
			
		});
		
	});// JavaScript Document
