
.carousel {
	margin-bottom: 5px !important;
}

#courses {
	background: #65a8d6;
	width: 938px;
	border: 1px solid #c7d6df;
	height: 20px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
}

.carousel-indicators {
	top: 390px;
	right: 35px;
}

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 400px;
}

.carousel.vertical .prev {
  top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -400px;
}

.carousel.vertical .active.right {
  top: 400px;
}

.carousel.vertical .item {
    left: 0;
}
