﻿function slideshow() {

    $(document).ready(function() {
        
        $("#slide_show_cx").showcase({
            linksOn: 'images',
            css: { border: '0 solid  #000000' },
            animation: { autoCycle: true, type: 'fade', interval: 4000, stopOnHover: true, speed: 600, easefunction: 'easeInOutQuad' },
            images: [
		      { url: '/Images/slide9.jpg', description: '', link: '/Home/Events/CruisePromotion.aspx', target: '_self' },
                      { url: '/Images/slide4.jpg', description: '', link: 'AboutTeamNational/WhoWeAre.aspx', target: '_self' },
                      { url: '/Images/slide2.jpg', description: '', link: '', target: '_self' },
                      { url: '/Images/slide5.jpg', description: '', link: 'AboutTeamNational/TeamNationalOpportunity.aspx', target: '_self' },
                      { url: '/Images/slide7.jpg', description: '', link: '', target: '_self' },
		      /*{ url: '/Images/slide8.jpg', description: '', link: '/Home/Events/AcelerateYourDreamsBus.aspx', target: '_self' },*/    
			],
            navigator: { position: 'bottom-right', orientation: 'horizontal', autoHide: false, showNumber: false,
                css: { padding: '10px' },
                item: { css: { height: '15px', width: '15px', backgroundColor: '#CCCCCC', borderColor: '#999999' },
                    cssHover: { backgroundColor: '#3399ff' },
                    cssSelected: { backgroundColor: '#3399ff', borderColor: '#3399ff' }
                }
            },
            titleBar: { enabled: false, autoHide: true, position: 'top',
                css: { backgroundColor: '#000000', color: '#ffffff', fontSize: '12pt', opacity: '0.7' }
            }

        });
        /*$('ctl00_LeftPanel_usercontrols_data_universal_rssfeedreader_ascx1_divRSSwrap').jScrollPane({ showArrows: true });*/
    });

}



slideshow();
