Created by: msmeeks
Solves issue 1992 on twitter/bootstrap.
Added a cycle option that allows you to specify whether or not the carousel should cycle automatically.
Added stop and start methods to allow the carousel to be stopped and started. When the carousel is stopped it will not automatically resume cycling as it does when it is paused.
Updated the docs to better describe the current pause and cycle methods and to include the additional features.