$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 6,
        path: "images/",  // Relative path with trailing slash.
        captions: {                 
            1:'<b>Welcome to CT Group of Institutions</b> <div style="font-size:14px;margin-top:5px;">where CAREER takes a flight on the wings of TALENT.</div>',
            2:'<b>Managing Innovation in Education</b> <div style="font-size:14px;margin-top:5px;">Vibrant creative and inspiring state of the art campus to nurture your potential.</div>',
            3:'<b>Transforming young minds into dynamic global professionals...</b> <div style="font-size:14px;margin-top:5px;">The roots of True Achievement lie in the will to become the best that you can become</div>',
            4:'<b>A galore of Technologies in CT </b> <div style="font-size:14px;margin-top:5px;">for engineering students</div>',
            5:'<b>Active Placements of the Students -</b> <div style="font-size:14px;margin-top:5px;"> Most of the students have been placed in various multinational companies. </div>',
            6:'<b>Grooming students for leadership, Success and Excellence</b>'
        },
        links: { // Each image number must be listed here, unless no links are required at all, then links option can be ommitted.
            1:"#",
            2:"#",
            3:"",
            4:"#",
            5:"#",
            6:"#"
        },
        linksOpen:'',
        timerInterval: 6500, // 6500 = 6.5 seconds
	randomise: false // Start with random image?
    };

    // Woo! We have a jquery slideshow plugin!
    $('#flash_bg_container').easySlides(myOptions);

})
