/********************************************************************/
/*																	*/
/*    JAVASCRIPT DOCUMENT DEVELOPED BY IVAN ALEKSIC					*/
/*    IMPLEMENTEK INTERNET CONSULTING GROUP	- BELGRADE - SERBIA		*/
/*    IVAN@IMPLEMENTEK.COM - WWW.IMPLEMENTEK.COM					*/
/*																	*/
/*    Copyright CHRIS ADLAM - LOS ANGELES - USA						*/
/*																	*/
/*    Revision 1.0 - August 12 2009 - Ivan							*/
/*																	*/
/********************************************************************/

$(document).ready( function() {
								 
	$("#selector ul li a").fadeTo("fast", 0.40);
	$('#selector ul li a').hover(
		function(){
			$(this).animate({opacity:1}, { duration: "fast" });
			$("#selector ul li a.current").animate({opacity:1}, { duration: "fast" });
		}, 
		function(){
			$(this).animate({opacity:0.3}, { duration: "fast" });
			$("#selector ul li a.current").animate({opacity:1}, { duration: "fast" });
		}
	);
	$("#selector ul li a.current").animate({opacity:1}, { duration: "fast" });
	
	$("#gallP01").PikaChoose({show_captions:false, slide_enabled:false, show_prev_next:false, auto_play:false});
	$("#gallP02").PikaChoose({show_captions:false, slide_enabled:false, show_prev_next:false, auto_play:false});
	$("#gallP03").PikaChoose({show_captions:false, slide_enabled:false, show_prev_next:false, auto_play:false});
	$("#gallP04").PikaChoose({show_captions:false, slide_enabled:false, show_prev_next:false, auto_play:false});
	$("#gallP05").PikaChoose({show_captions:false, slide_enabled:false, show_prev_next:false, auto_play:false});
	$("#gallP06").PikaChoose({show_captions:false, slide_enabled:false, show_prev_next:false, auto_play:false});
	$("#gallP07").PikaChoose({show_captions:false, slide_enabled:false, show_prev_next:false, auto_play:false});
	$("#gallP08").PikaChoose({show_captions:false, slide_enabled:false, show_prev_next:false, auto_play:false});
	$("#gallP09").PikaChoose({show_captions:false, slide_enabled:false, show_prev_next:false, auto_play:false});
	$("#gallP10").PikaChoose({show_captions:false, slide_enabled:false, show_prev_next:false, auto_play:false});
	

});
