$(document).ready(function() {
	$("#menu ul li:last").removeClass("separator");	
	$("#footer-menu ul li:last").removeClass("separator");	
	
	$(".colorbox").colorbox();
	
	$('#header-slide').cycle({
	    fx: 'scrollHorz',
	    speed: 250,
	    timeout: 7000,
	    next:   '#next', 
	    prev:   '#prev'
	});
	
	$('#header-slide-caption').cycle({
	    fx: 'scrollHorz',
	    speed: 250,
	    timeout: 7000,
	    next:   '#next', 
	    prev:   '#prev'
	});
		
	/*
	$(".meteor-slides:gt(0)").hide();
	
	$("a[rel^='meteor-client:']").click(function() {
		var arr = $(this).attr("rel").split(':');
		var REL = arr[1];
		
		$(".meteor-slides").hide();
		$(".meteor-slides").each( function() {
			if ( $(this).hasClass(REL) ) 
				$(this).show();
		});
		
		
		
		return false;
	});
	
	
	$("#slider").s3Slider({
	    timeOut: 4000,
	    captionOpacity: 0.7            
	});
	
	$('#top-navigation ul ul').corner("bottom");
	*/
	
	/*
	
	$('#accordion').easyAccordion();
	$('#magcarousel').jcarousel({
		scroll:1,
		visible:1,
		itemVisibleInCallback: function(car, li, index, state) {
			$("#magnum").html("num." + $(li).children("a").children("img").attr("title"));
		}
	});
	
	*/
});

/*Cufon.replace('h1') ('h1 a') ('h2') ('h3') ('h4') ('h5') ('h6')  ('#box p') ('.text-styled') ('#top-navigation li a', {
	 hover: true
}) ('blockquote');
Cufon.replace('#slider .bottom', { fontFamily: 'Quicksand Book' });
*/
