$(document).ready(function(){
	$('a.thumb_car').click(function(e){
		e.preventDefault();
		if($(this).attr('target') == '_blank')
			window.open($(this).attr('href'));
		else
			window.location = $(this).attr('href');
	});
	
	
	$('.topviewer_list ul').show().addClass('boutique').boutique({
		starter:			1,
		speed:				400,
		hoverspeed:			300,
		hovergrowth:		0.15,
		container_width:	680,
		autoplay:			true,
		autointerval:		4000,
		front_img_width:	220,
		front_img_height:	147/*,
		behind_opac:		0.8,
		back_opac:			0.2,
		behind_size:		0.6,
		back_size:			0.3,
		autoplay:			true,
		autointerval:		4000,
		//freescroll:			true,
		easing:				'easeOutQuart',
		move_twice_easein:	'easeInQuart',
		move_twice_easeout:	'easeOutQuart',
		text_front_only:	false*/
	});
});
