I am new to html and css. I am trying to customize the slider as provided on this:http://slidesjs.com/#overviewI am using the - Linking demo from the download.The only thing I have done so far is add a folder under img, css and js called slider and have added the files under that folder.So the only difference in the index.html is:\[code\]<link rel="stylesheet" href="http://stackoverflow.com/questions/13799683/css/slider/global.css"> \[/code\]which earlier was:\[code\]<link rel="stylesheet" href="http://stackoverflow.com/questions/13799683/css/global.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"/><script src="http://stackoverflow.com/questions/13799683/js/slides.min.jquery.js"/>\[/code\]everything works fine except the pagination at the bottom of the image frame.if I restore the path for css from "css/slider/global.css" to "css/global.css"it works fine. I tried to locate the places where the *.css file is called but I ma not able to locate the issue.