$(document).ready(function(){
	/* submenu */
	$(this).find('#website #header ul#menu li ul').css('display', 'none');
	$('#website #header ul#menu li').hover(function() {
		$(this).find('ul').slideDown(170);
	}, function() {
		$(this).find('ul').slideUp(270);
	});

$("#laastenieuws ul li a").hover(function () {
	$(this).stop().animate({
		paddingLeft : 25
	}, 80);
},
function () {
	$(this).stop().animate({
		paddingLeft : 15
	}, 80);
});

$("#archief ul li a").hover(function () {
	$(this).stop().animate({
		paddingLeft : 25
	}, 80);
},
function () {
	$(this).stop().animate({
		paddingLeft : 15
	}, 80);
});

$("#categorie ul li a").hover(function () {
	$(this).stop().animate({
		paddingLeft : 25
	}, 80);
},
function () {
	$(this).stop().animate({
		paddingLeft : 15
	}, 80);
});

$("#content #body #shopp #webshop_header #categorieen ul li a").hover(function () {
	$(this).stop().animate({
		paddingLeft : 25
	}, 80);
},
function () {
	$(this).stop().animate({
		paddingLeft : 15
	}, 80);
});

webshop();

$("a.popup").fancybox();

$("#banner").nivoSlider({
	effect:"fade", //Specify sets like: 'fold,fade,sliceDown'
	directionNav:false, //Next & Prev
	directionNavHide:false, //Only show on hover
    controlNav:false //1,2,3...
});


$("a.lightbox").fancybox();

$(".search").autoclear();

$("#form").jqTransform();

$(".form").jqTransform();

});
