jQuery(document).ready(function(){
    /*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

/* MAINPAGE SLIDESHOW */
	$('#mainSlides div').show();
    $('#mainSlides').cycle({
        delay:  1000,
        speed:  1000,
        prev:   '#slider .prev',
        next:   '#slider .next'
    });
});



