$(document).ready(function(){ 
        
        var selectIndex = 4;
        
        $(document).pngFix();
    	
		$('.colorbox').colorbox({iframe:true, innerWidth:425, innerHeight:344});
		$('a.mycolorbox').colorbox();
 

		$('#currentPoster').cycle({ manualTrump: false, timeout: 6000, speed: 500});
		
		$('#tabs-1').mouseover(function() { selectIndex = 0; $('#currentPoster').cycle(0); });
		$('#tabs-2').mouseover(function() { selectIndex = 1; $('#currentPoster').cycle(1); });
		$('#tabs-3').mouseover(function() { selectIndex = 2; $('#currentPoster').cycle(2); });
      
	/*	var windowWidth = $(window).css("width"); 	
		
		$('#footer_area').css("width", windowWidth); */

});

