



function stopslider(id, element){

    //$('.slideshow').cycle(id).cycle('pause');
    //$('.slideshow').cycle('pause');

    alert('hello');
    $(this).cycle('stop');

}
