$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 6,
        path: "slides/slideshow_images/",  // Relative path with trailing slash.
        captions: {                 
            1:'<b><div style="font-size:20px;margin-top:5px; ">Come to see and play my instruments at The Music Show 2012 in Dublin.</b> <div style="font-size:12px;margin-top:5px;">Limited edition "Dublin 2012" to be presented and instruments are to sell at the show.</div>',
            2:'<b><div style="font-size:20px;margin-top:5px; ">AVBPJ5 in Gold Metallic.</b> <div style="font-size:12px;margin-top:5px;">Alder body, Maple neck with Rosewood fingerboard, Nordstrand pickups and Hipshot hardware.</b> <div style="font-size:12px;margin-top:5px;">White 3 ply pickguard. Each bass has its own special engraved plate.</div>',
            3:'<b><div style="font-size:20px;margin-top:5px; ">AVBP5 in Green Metallic.</b><div style="font-size:12px;margin-top:5px;">Alder body, Maple neck with Rosewood fingerboard, Nordstrand pickup and Hipshot hardware.</b><div style="font-size:12px;margin-top:5px;">Creme 3 ply pickguard. Each bass has its own special engraved plate.</div>',
            4:'<b><div style="font-size:20px;margin-top:5px; ">AVBP5 in Ivory White.</b><div style="font-size:12px;margin-top:5px;">Alder body, Maple neck with Rosewood fingerboard and Mother of Pearl blocks, creme binding, Nordstrand pickup and Hipshot hardware.</b><div style="font-size:12px;margin-top:5px;">Tortoise 3 ply pickguard. Each bass has its own special engraved plate.</div>',
            5:'<b><div style="font-size:20px;margin-top:5px; ">AVBP4 in Antique Tobacco sunburst with Creme 3 ply pickguard.</b><div style="font-size:12px;margin-top:5px;">Alder body, Maple neck with Rosewood fingerboard, Nordstrand pickups and Gotoh hardware. 4 string version of AVBP with a strong tone.</div>',
            6:'<b><div style="font-size:20px;margin-top:5px; ">AVBJ5 in Red Metallic</b><div style="font-size:12px;margin-top:5px;">A newest model in Vychodil Bassguitars family.</b><div style="font-size:12px;margin-top:5px;">Alder body and Maple/Indian Rosewood neck. Vychodil pickups, Hipshot Vintage bridge and Ultralites tuners in chrome.</div>',
            
			},
						
        links: { // Each image number must be listed here, unless no links are required at all, then links option can be ommitted.
            1:"http://wordpress.hotpress.com/themusicshow/2012/01/23/luthier-bass-guitars/",
            2:"http://avbasses.com/AVBP%20model%20site_eng.html",
            3:"http://avbasses.com/AVBP%20model%20site_eng.html",
            4:"http://avbasses.com/AVBP%20model%20site_eng.html",
            5:"http://avbasses.com/AVBPJ4.html",
            6:"http://avbasses.com/AVBJ5.html"
			        },
					
        linksOpen:'sameWindow',
		timerInterval: 7500, // 7500 = 7.5 seconds
	randomise: false // Start with random image?
    };

    // Woo! We have a jquery slideshow plugin!
    $('#example_1_container').easySlides(myOptions);

})
