jQuery(window).bind("load", function() {
	jQuery('.awshowcase-preload:hidden').fadeIn(800);
	jQuery("#showcase").awShowcase(
	{
		content_width:			960,
		content_height:			640,
		hundred_percent:		false,
		auto:					true,
		interval:				5000,
		continuous:				true,
		loading:				false,
		tooltip_width:			200,
		tooltip_icon_width:		32,
		tooltip_icon_height:	32,
		tooltip_offsetx:		18,
		tooltip_offsety:		0,
		arrows:					true,
		buttons:				false,
		btn_numbers:			false,
		keybord_keys:			true,
		mousetrace:				false,
		pauseonover:			true,
		stoponclick:	false,
		transition:				'fade', /* hslide/vslide/fade */
		transition_delay:		300,
		transition_speed:		400,
		show_caption:			'onload', /* onload/onhover/show */
		thumbnails:				false,
		thumbnails_position:	'inside-last', /* outside-last/outside-first/inside-last/inside-first */
		thumbnails_direction:	'horizontal', /* vertical/horizontal */
		thumbnails_slidex:		0, /* 0 = auto / 1 = slide one thumbnail / 2 = slide two thumbnails / etc. */
		dynamic_height:			false,
		speed_change:			true,
		viewline:				false
	});
});
