// JavaScript Document

$(document).ready(function()
{
$("#showcase").awShowcase(
{
content_width:732,
content_height:400,
fit_to_parent: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: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 
});
});
