//cufon
Cufon.replace('.product h2', {color: '-linear-gradient(#fdc326, #fdc326, #ffa207, #ffa207)'});

$(function() {
	$('.nav ul ul li:first-child').addClass('first');
	$('.nav ul ul li:last-child').addClass('last');
	$('.nav ul ul').append('<li class="bot" />');
	$('.nav ul li').hover(function() {
		$(this).addClass("hover");
	},function() {
		$(this).removeClass("hover");
	});
	
	$('#slides').anythingSlider({
		width: 869, height: 262, resizeContents: false
	});
});
