$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 4,
        path: "img/main/slideshow_images/",  // Relative path with trailing slash.
        captions: {         
            1:'<b>便せん・メッセージカード特集</b> <div style="font-size:14px;margin-top:5px;">メモから手紙まで幅広くお使いいただけます。</div>',        
            2:'<b>イラスト制作承ります</b> <div style="font-size:14px;margin-top:5px;">制作デザインのご要望に沿ったイラストを提案いたします！</div>',
            3:'<b>心温まる女の子イラスト</b> <div style="font-size:14px;margin-top:5px;">パソコンのデスクトップの背景、グリーティングカードなどにご使用できます。</div>',
			4:'<b>イラストカット特集</b> <div style="font-size:14px;margin-top:5px;">かわいくって、使いやすい、高品質のイラストが盛りだくさん！</div>',
        },
        links: { 
            1:"http://illustrain.com/%E4%BE%BF%E3%81%9B%E3%82%93%E3%81%AE%E6%8A%98%E3%82%8A%E6%96%B9",
            2:"http://illustrain.com/request",
            3:"http://illustrain.com/category/girls",
			4:"http://illustrain.com/category/cut",
        },
//        linksOpen:'newWindow',
        timerInterval: 4500, // 4500 = 4.5 seconds
	randomise: true
	 // Start with random image?
    };

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

})
