﻿
  
$(document).ready(function() {

 /*pPhoto Initialization
    -------------------------------------*/
    $("a[rel^='prettyPhoto']").prettyPhoto({
        theme: 'facebook',
        allow_resize: false,
        keyboard_shortcuts: false,
		callback: function() {
			
			if ($.browser.msie) {
				$('html').removeClass('hiddenOverflow');
			} 
		}
    });
    
    
	$('.hideScrollbar').click(function() {
		if ($.browser.msie) {
			$('html').addClass('hiddenOverflow');
		}
	});

$('.ppt').remove();

$(".stackFix").show();





$(function() {

	// select #flowplanes and make it scrollable. use circular and navigator plugins
	$("#flowpanes").scrollable({circular: true}).navigator({
		navi: "#flowtabs",
		naviItem: 'a',
		activeClass: 'current',
		history: false

	});
});

$("#t1").addClass('current');
	
});

//Close pPhoto on Vid End
function videoClose() { 
    $('a.pp_close').click();
}


