$(document).ready(function()
{
	$(".carousel").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		scroll: 1,
		speed: 800
	});

	$("a[rel=gallery]").fancybox({
		'titleShow'     : false,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'titleShow'		: true,
		'titlePosition'	: 'inside'
	});

	$("a[rel=galleryzoom]").fancybox({
		'titleShow'     : false,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none'
	});

	$(".popup").fancybox({
		'autoScale'     	: true,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});

	$(".magazine_signup").fancybox({
		'width'     	: 800,
		'height'     	: 700,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});

	$(".featured_listings img").dropShadow({left: 2, top: 2});

	$(".search_result_table img").dropShadow({left: 2, top: 2});

	$(".shadow img").dropShadow({left: 2, top: 2});

	$("#carousel_holder").css("background","none");

	$("#carousel_holder li").css("width","");

	setInterval( function(){ triggerGallery() }, 7000 ); function triggerGallery(){ $( ".next" ).trigger( "click" ); }

	jQuery( '#content_list' ).accordion( { autoHeight: false } );

});
