$(document).ready( function()
{

$("div.prodthumbs .ngg-gallery-thumbnail-box").slice(1).each(function()
{
	$(this).css("display","none");
});

$("#tab").click(function()
{
	window.location.href="/contact";
});


$("div.recent ul").each(function(){$(this).cycle('scrollUp')});

});
