// JavaScript Document

Cufon.replace('div#show div#caption div h3,div.desc h2 a,form.eshop legend,form.eshop legend label, div.singleadd h2,div.global h3,div.global h4,h3.global');
Cufon.replace('div.prod_home h4', { textShadow: '1px 1px #ffffff'  });


$(document).ready(function(){
$("div.preview").hover(function() {
$(this).children(".over").animate({opacity: "show"}, "slow");
}, function() {
$(this).children(".over").animate({opacity: "hide"}, "slow");
});
});


$(document).ready(function() {
$('#slides').cycle({
fx:   'turnLeft',
timeout: 6000
});
$('#caption').cycle({
fx:   'scrollLeft',
timeout: 6000
});


});



