$(document).ready(function()
{
	$("#showcase").awShowcase(
	{
		content_width:			725,
		content_height:			260,
		fit_to_parent:			false,
		auto:					true,
		interval:				3500,
		continuous:				true,
		loading:				true,
		tooltip_width:			150,
		tooltip_icon_width:		32,
		tooltip_icon_height:	32,
		tooltip_offsetx:		18,
		tooltip_offsety:		0,
		arrows:					false,
		buttons:				false,
		btn_numbers:			true,
		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:	'vertical', 
		thumbnails_slidex:		0, 
		dynamic_height:			false, 
		speed_change:			true, 
		viewline:				false 
	});
});
