I am trying to use the demo from this site : http://slidesjs.com/#overviewand try to implement two slider on a page. I am customizing the Linking demo.As i am using two different slider : slider1 and slider2 with different cssso I used global.css for slider-1 and created text.css for slider-2. I noticed that the \[code\]js: slides.min.jquery.js\[/code\] file uses the \[code\]css\[/code\] element for classes like \[code\]slides_container\[/code\], \[code\]next\[/code\], \[code\]prev\[/code\] . So i created another \[code\]js :slider.text.jquery.js\[/code\] replacing the css content by: \[code\]slides_containerT\[/code\], \[code\]nextT\[/code\], \[code\]prevT\[/code\] as per \[code\]text.css\[/code\]. but the code is not working. please help me as my project is due next monday.Could you please suggest how I can modify the \[code\]slides.min.jquery.js\[/code\] so that it takes both \[code\]global\[/code\].css and \[code\]text.css\[/code\] elements to create pagination.Cheers,Pam