$(document).ready(function(){

	$('#nav').superfish({
		dropShadows: false,
		onInit: function(){
			$('li:has(ul)>a:first-child span.sf-sub-indicator',this).each(function(key, a) {
				var $a = $(a);
				$a.html($.trim($a.html()));
			});
		}
	});
	
	$('#search-form #s').placeholder();

	$('#cycle').cycle({
		fx: 'fade',
		speed: '2000'
	});

	// $('#cycle').cycle({
		// fx: 'fade',
		// speed: '2000',
		// pager: '#side-nav',
		// pagerAnchorBuilder: function(idx, slide) {
			// return '<li><a href="#">'+ $(slide).attr('title') +'</a></li>';
		// }

	// });
	
	$("#tabs").tabs();	

//	$('dl.gallery-item a').attr('rel','gallery');
//	$('dl.gallery-item a[rel="gallery"]').fancybox();

	$('a.top').click(function(){
	     $('html, body').animate({scrollTop: '0px'}, 300);
	     return false;
	});

	$("#recent-posts li:last-child").addClass("last");	
	
});
