/** 메인 인덱스 페이지용 JS **/
$(document).ready(	function(){

	$("#frontpage_hero ul").cycle({
		//fx: "scrollLeft",
		timeout: "6000",
		speed: 2000,
		easing: "easeInOutQuad"
	});
	
});		


