﻿$(document).ready(function () {
	$('.thumbnail').hover(function(){
	$(".zoom", this).stop().animate({marginTop: "40px"},{queue:false, easing:'easeOutBack', duration:500});},
	function(){
	$(".zoom", this).stop().animate({marginTop: "-58px"},{queue:false, duration:200});
	});

	$('.thumbnail3').hover(function(){
	$(".zoom", this).stop().animate({marginTop: "40px"},{queue:false, easing:'easeOutBack', duration:500});},
	function(){
	$(".zoom", this).stop().animate({marginTop: "-58px"},{queue:false, duration:500});
	});
});

 hs.graphicsDir = '/highslide/graphics/';
 hs.align = 'center';
 hs.fadeInOut = true;
 hs.wrapperClassName = 'draggable-header';
 hs.allowMultipleInstances = false;
