jQuery(function(){

	$('.wt-rotator').css('background-image', 'url("' + $('.thumbnails > ul > li:first > a').attr('href') + '")');

	$('#largeContainer').wtRotator({
		width: 980,
		height: 424,
		display_thumbs: false,
		transition: "block.left",
		display_dbuttons: false,
		display_playbutton: false,
		display_numbers: false,
		block_size: 79,
		timer_align: "bottom"

	});
	$('.preloader').css('display', 'none');

});
