$(document).ready(function(){
	
	$(".sign-up").colorbox({
		opacity:0.65, 
		iframe:true,
		scrolling:false,
		innerWidth:'600px',
		innerHeight:'400px'
	});

	if($(".tweets").length){
		$(".tweets").tweet({
      		username: "BITWMOVIE",
      		count: 10,
			loading_text: "A Celebration Of Being Human <br />In A Technological Age",
			rotate_text: "A Celebration Of Being Human <br />In A Technological Age"
    	});
	}
	
	if($("#navigation-header ul li").length){
		$("#navigation-header ul li a").bigTarget({hoverClass: 'active'});
	}

	if($(".teasers li").length){
		$(".teasers li a").bigTarget({hoverClass: 'active'});
	}

	if($(".list-masters li").length){
		$(".list-masters li a").bigTarget({hoverClass: 'active'});
	}
	if($(".list-philosophers li").length){
		$(".list-philosophers li a").bigTarget({hoverClass: 'active'});
	}
});
