$(document).ready(function() {

	$('img.captify').captify({
		speedOver: 0,
		speedOut: 'normal',
		hideDelay: 300,	
		animation: 'slide',			
		opacity: '0.95',					
		className: 'caption-bottom',	
		position: 'bottom',
		spanWidth: '100%'
	});

});

$(window).load(function() {
	$('.media').each(function(){
		var thepager = $(this).next('.pager');
		$(this).cycle({
			fx:     'fade',
			speed:   400,
			timeout: 0,
			slideExpr: 'img',
			pager: thepager
		});}
	);
	Shadowbox.init({
	    handleOversize:	"drag",
	    modal:			true,
	    overlayOpacity:	"0.8",
	    counterType:	"skip"
	});
	$(".tweet").tweet({
	    username: "sensorycreative",
	    join_text: "auto",
	    avatar_size: 0,
	    count: 1,
	    auto_join_text_default: "", 
	    auto_join_text_ed: "",
	    auto_join_text_ing: "",
	    auto_join_text_reply: "",
	    auto_join_text_url: "",
	    loading_text: "<img src='mysite/images/21.gif'/>"
	});
});
