//Call Lightbox
$(document).ready(function() {
    $('#solid').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});




/*$(function() {
	//showcase
	$("#rotating_pics").showcase({
		css: {"z-index":"-1"},
		animation: { type: "fade", interval:"6500", easefunction:"swing" },
		titleBar: { enabled: false },
		images: [
    
    { url:"http://www.russell-video.com/image/header/home_weddings.jpg",
      description: "", link:"/weddings/", target: "_blank" },
	 { url:"http://www.russell-video.com/image/header/home_recitals.jpg",
      description: "", link:"/montages/", target: "_blank" },
	 { url:"http://www.russell-video.com/image/header/home_montages.jpg",
      description: "", link:"/recitals/", target: "_blank"},
    { url:"http://www.russell-video.com/image/header/home_sports.jpg",
      description: "", link:"/sports/", target: "_blank" }]
	});
	//zindex
	
});*/

