Problem with jquery

Problem with jquery

In my home.aspx page ,asp.net application
<script
type ="text/javascript">

$(

function () {

$(

".newsticker-jcarousellite" ).jCarouselLite({

vertical:

true ,

hoverPause:

true ,

visible: 2,

auto:500,

speed:1000

});

});

</

script >

error:
 
$(".newsticker-jcarousellite").jCarouselLite is not a function for news scroll with image..
Every thing is working fine..
I have so many jqueries in my home page..
Other one is this;

<

script type ="text/javascript">

$(document).ready(

function () {

$(

'#ctl00_ContentPlaceHolder1_photos' ).galleryView({

panel_width: 550,

panel_height: 280,

frame_width: 30,

frame_height: 30,

overlay_color:

'#393939' ,

overlay_text_color:

'#ffffff' ,

caption_text_color:

'#ffffff' ,

background_color:

'transparent' ,

border:

'none' ,

nav_theme:

'light' ,

easing:

'easeInOutQuad' ,

pause_on_hover:

true

});

});

</ script >

 
I downloaded this from the link