$(function(){
$('div#tmbannerblock a ').eq(0).addClass('second');
});

$(document).ready(function(){
  $("#footer div.block_various_links ul li").hover(function()       {
    $(this).find("#footer div.block_various_links ul li a").stop().animate({marginTop:'0'},500,'easeOutBack');
  }, function(){
 $(this).find("#footer div.block_various_links ul li a").stop().animate({marginTop:'-10'},500,'easeInBack');
})
 });

$(function(){
 // zen button hover
 $(".extra_banner a").hover(function(){
  $(this).find("img").stop().animate({marginTop: "-5"}, "fast") 
 }, function(){
  $(this).find("img").stop().animate({marginTop: "0"}, "fast")
 });
});

function updateSize()
{
	document.getElementById('gift_message').value = "Πλάτος: " + document.getElementById('w').value + "cm Μήκος: " + document.getElementById('h').value + "cm";
	//alert(document.getElementById('w').value);
}
