$(document).ready(function() {

    $('.flexslider').flexslider({
      animation: "fade",
	  directionNav: false,
	  controlNav: false,
	  animationDuration: 1000,
	  slideshowSpeed: 7000
    });

	$("#carousel").carouFredSel({
		width	: 920,
		height	: 80,
		scroll	: 2000,
		auto	: { items : null, duration : 2000, pauseDuration : 2000 },
		prev	: "#leftarrow",
		next	: "#rightarrow"
	},{ classname : "carousel_wrapper"} );
	
	$('a.lightbox').lightBox({
		imageLoading: 'http://www.arrowsmithcorp.com/wp-content/themes/arrowsmith/images/lightbox-ico-loading.gif',
		imageBtnClose: 'http://www.arrowsmithcorp.com/wp-content/themes/arrowsmith/images/lightbox-btn-close.gif',
		imageBtnPrev: 'http://www.arrowsmithcorp.com/wp-content/themes/arrowsmith/images/lightbox-btn-prev.gif',
		imageBtnNext: 'http://www.arrowsmithcorp.com/wp-content/themes/arrowsmith/images/lightbox-btn-next.gif',	
		imageBlank: 'http://www.arrowsmithcorp.com/wp-content/themes/arrowsmith/images/lightbox-blank.gif'
	});
   
});

$(document).ready(function() {
	
	var $container = $('.columns');
	$container.imagesLoaded(function(){
	  $container.masonry({
  		itemSelector : '.portfolio',
		columnWidth :280,
		gutterWidth:30
	  });
	});

});

$(document).ready(function() {

	sss.TWITTER_RSS = ''; //http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=arrowsmithcorp
	sss.FACEBOOK_RSS = 'https://www.facebook.com/feeds/page.php?id=282184495296&format=rss20';
	sss.WORDPRESS_RSS = '';
	sss.LIMIT = 4;
	$("#activity").soSoSocial({ limit : 4 });
	
});
 
