$(document).ready(function(){
	$(".thumbs img").fadeTo(0, 0); // This sets the opacity of the thumbs to fade down to 60% when the page loads

	$(".thumbs img").hover(function(){
		$(this).fadeTo(500, 1.0); // This should set the opacity to 100% on hover
	},function(){
		$(this).fadeTo(2000, 0); // This should set the opacity back to 60% on mouseout
	});
});


hs.graphicsDir = '/highslide/highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'draggable-header';
hs.width = 720;
hs.height = 550;
hs.align = 'center';
hs.dimmingOpacity = 0.75;


window.google_analytics_uacct = "UA-159375-2";
