$(document).ready(function(){
    
    $(document).pngFix(); 
        $('#small_thumbnails a').lightBox();
    $('#medium-image a').lightBox();
	
	$("#small_thumbnails a").hover(function(){
  		var proLink  = $(this).attr("href");
  		$("#main_img_a").attr({ href: proLink });
  		$("#main_img").attr({ src: proLink});  		
  		
      
      $(this).fadeTo(50, 0.5);
      $(this).fadeTo(300, 1);
      
    });   
        


});  
 
$(document).ready(function(){
    $(".tweet").tweet({
        username: "rally_ie",
        count: 3,
        loading_text: "Twitter appears to be busy, please wait. Loading..."
    });
});
