/*!
 * Goefu Design WEB-SITE
 * http://www.goefu.com/
 *
 * Copyright(c)2010 Goefu Design Ltd. All rights reserved. 
 *
 * Date : 2010.12.02
 */
$(function(){
	$('#header #menu ul#main li a').hover(
		function(){
			$(this).stop().animate({'opacity' : '0'}, 300);
		},function(){
			$(this).stop().animate({'opacity' : '1'}, 500);
	});

	// jquery.carouFredSel
	$("#workList").carouFredSel({
		items: {
			visible: 3
		},prev:{	
			button	: "#prev",
			key		: "left"
		},next:{ 
			button	: "#next",
			key		: "right"
		},
		scroll:{
			items : 1,
			duration : 500,
			pauseOnHover : true
		},
		width:468,
		height:125
	});

	// jquery.jcaption
	$('#workList img').jcaption({
		copyStyle: true,
		animate: true,
		show: {height: "show"},
		hide: {height: "hide"}
	});
	
	$("a[rel=design]").fancybox({
		'titleShow'	:	false	,
		'width'	:	100 ,
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade' ,
		'speedIn'	:	200,
		'speedOut'	:	100,
		'autoScale'	:	false
	});

});
