$(document).ready(function()
{
	$("#showcase").awShowcase(
	{
		content_width:			860,
		content_height:			350,
		fit_to_parent:			false,
		auto:					true,
		interval:				5000,
		continuous:				true,
		loading:				true,
		tooltip_width:			200,
		tooltip_icon_width:		32,
		tooltip_icon_height:	32,
		tooltip_offsetx:		18,
		tooltip_offsety:		0,
		arrows:					false,
		buttons:				false,
		btn_numbers:			false,
		keybord_keys:			true,
		mousetrace:				false,
		pauseonover:			true,
		stoponclick:			true,
		transition:				'fade',
		transition_delay:		300,
		transition_speed:		500,
		show_caption:			'onhover',
		thumbnails:				true,
		thumbnails_position:	'outside-last',
		thumbnails_direction:	'horizontal',
		thumbnails_slidex:		0,
		dynamic_height:			false,
		speed_change:			false,
		viewline:				false
	});
});
