put ur javascript at the end of your body. you didnt end ur image tags it should be like <img src = "..." /> and add an active to an item u want to start with for example,
<div class = "active item"> <img src = "..." /> </div> <div class = "item"> <img src = "..." /> </div> By this way bootstrap can know which one to start with. Hope this helps
