// JavaScript Document

$(document).ready(function(){


		$('img,html,li,a').pngFix( );
		
		 $("a[rel^='prettyPhoto']").prettyPhoto();
		 
		 Cufon.replace('h1,h2,h3,h4,.title, #info');

			$(".fadeimage img").hover(function(){
			$(this).stop().fadeTo("medium", 0.5); // This should set the opacity to 100% on hover
			},function(){
			$(this).stop().fadeTo("slow", 1.0); // This should set the opacity back to 60% on mouseout
			});
		



		
	$('.topReveal').click( function() {
		$('#ContentPanel').slideToggle('slow');	// show/hide the content area
	//	$.scrollTo('#ContentPanel');
		return false;
	});
		
		

// fancybox
/*
	$('a[href$="#login"]').addClass('login').each( function() {
		theHref = $(this).attr('href');
		$(this).attr('href', theHref.replace('#login',''))
	});

	
	var overlayColor = $('#fancy_overlay').css('background-color') || '#2c2c2c';
	
	

	
// Login
		

	$('a.login').fancybox({
		'padding': 12, 
		'overlayOpacity': 0.2,
		'overlayColor': overlayColor, 
		'showCloseButton': false,
		'frameWidth': 400,
		'frameHeight': 208,
		'hideOnContentClick': false,
		'callbackOnShow': modalStart		
	});

*/

});
