$(document).ready(function()
    {

        $("#showcase").awShowcase(
        {
            content_width:			1000,
            content_height:			650,
            hundred_percent:		false,
            auto:				false,
            interval:			5000,
            continuous:			true,
            loading:			true,
            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,
            transition:			'hslide', /* hslide/vslide/fade */
            transition_delay:		0,
            transition_speed:		1000,
            show_caption:			'onload', /* onload/onhover/show */
            thumbnails:			false,
            thumbnails_position:            'outside-last', /* outside-last/outside-first/inside-last/inside-first */
            thumbnails_direction:           'vertical', /* vertical/horizontal */
            thumbnails_slidex:		1, /* 0 = auto / 1 = slide one thumbnail / 2 = slide two thumbnails / etc. */
            dynamic_height:			true,
            speed_change:			true,
            viewline:			false
        });
        
        
        $("#showcase2").awShowcase(
        {
            content_width:			758,
            content_height:			292,
            hundred_percent:		false,
            auto:					true,
            interval:				3000,
            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,
            transition:				'vslide', /* hslide/vslide/fade */
            transition_delay:		300,
            transition_speed:		500,
            show_caption:			'onhover', /* onload/onhover/show */
            thumbnails:				true,
            thumbnails_position:	'outside-last', /* outside-last/outside-first/inside-last/inside-first */
            thumbnails_direction:	'vertical', /* vertical/horizontal */
            thumbnails_slidex:		0, /* 0 = auto / 1 = slide one thumbnail / 2 = slide two thumbnails / etc. */
            dynamic_height:			false,
            speed_change:			true,
            viewline:				false
        });
    });
