	$(function(){
		/*$(".logo").css ('left' , '-200px' );
		$('.logo').animate({
    left: '20px'
  }, 1000, "swing", function() {
    // Animation complete.
  });*/
		/*$(".logo").animate ({ opacity : 1},2000);*/
		
	
		if ($('body').is('#collection-aw2011')) {

			$("#featureCarousel").featureCarousel({
					smallFeatureWidth:.8,
        			smallFeatureHeight:.8,
					topPadding:10,
                    smallFeatureOffset: 80,
					carouselSpeed: 350,
					autoPlay:10000,
					counterStyle: 2,
					trackerSummation:false
                });
		}
		
		if ($('body').is('#collection')) {

			$("#featureCarousel").featureCarousel({
					smallFeatureWidth:.8,
        			smallFeatureHeight:.8,
					topPadding:10,
                    smallFeatureOffset: 80,
					carouselSpeed: 350,
					autoPlay:10000,
					counterStyle: 2
                });
		}
		
		/*if ($('body').is('#biography')) {
			
			var limage = $('#one-imagery li');
			var h = limage.height();
			var pos = h - 328;
			limage.animate({'top' : -pos}, 5000);
			
			$('#one-imagery li a').toggle (function (e) {
				e.preventDefault();
				
				$('#one-imagery li').stop();
				
				var h = $('#one-imagery img').height();
				$('#one-imagery li').css('top', 0);
				$('#one-imagery').animate({'height' : h}, 1000);
				
			}, function () {
				
				$('#one-imagery li').stop();
				var h = $('#one-imagery img').height() - 328;
				$('#one-imagery li').animate({'top' : -h}, 1000);
				$('#one-imagery').animate({'height' : 321}, 1000); 
				});
			
		}*/
	
		
	});
