﻿
$(document).ready(function(){    
    $('#mainslideshow').slideshow({
        width:650,     // width in px
        height:165,    // height in px
        index:1,       // start from frame number N 
        time:2000,     // time out beetwen (ms)
        title:false,   // show title
        panel:false,    // show controls panel
        loop:true,    // stop looping
        play:true, 
        
        
        effect:'fade',  
        effecttime:1000,      // aviable fast,slow,normal and any valid fx speed value
        playframe:false,
        imgajax:true,
        help:'Welcome to Ginalli Website!',
 
        controls :{         // show/hide controls elements
            'hide':false,   // show controls bar on mouse hover   
            'first':false,  // goto first frame
            'prev':false,   // goto previouse frame (if it first go to last)
            'play':true,    // play slideshow
            'next':false,   // goto next frame (if it last go to first)
            'last':false,   // goto last frame
            'help':false,   // show help message
            'counter':false  // show slide counter
        }
    });
});

//$('#home').css(menuSelected);


