/* first carousel slidesshow */
$('#carousel-1').carousel({
// The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle.
interval: 500,
// Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave.
pause: "hover",
// Whether the carousel should cycle continuously or have hard stops.
wrap: true,
// Whether the carousel should react to keyboard events.
keyboard: true
});