$(document).ready(function(){
	$('#home-categories').find('.cat-items:nth-child(5n)').css('margin-right','0');
	$('#home-content .left').find('p:last-child').css('margin-bottom','0');
	
	$(function(){
		$("div.svwp").prepend("<img src='http://www.rtsvc.net/dutchhausfurniture/wp-content/themes/dutch/images/svwloader.gif' class='ldrgif' />");
	});
	$(window).bind("load", function() {
		$("#home-slider").slideViewerPro({
			thumbsVis: false,
			galBorderWidth: 0,
			autoslide: true,
			shuffle: true,
			asTimer: 4000
		});
	});
});
