$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade',
		timeout: 5000,
		random: 1
	});
	
    $(function() {
        $('.lightbox a').lightBox();
    });
	

	$("div.model").click(
	function()
	{
		window.location = jQuery(this).find("a").attr("href");
		preventDefault();
	});

});
