/*------------------------------------------------------------*\
	*Filename:		cmich.css
	
	*Description: 	CSS styles for the CMich Theme
					
	*Version:		2.0.0 (5/20/2014)
	
	*Author:		Sam Hough
	
	*Department:	Office of Information Technology
\*------------------------------------------------------------*/

.carousel {
  background-color: #EEEEEE;
  margin-bottom: 12px;
}

.carousel-control.left,
.carousel-control.right{
	background: none;
}

.item {
  padding: 0;
}

.carousel-indicators {
  list-style: none;
  margin: 0;
  position: relative;
  right: 0px;
  top: 0px;
  z-index: 5;
  width: 100%;
  left: 0;
}

.carousel-indicators li {
  background-color: none;
  border-radius: 0;
  display: block;
  float: none;
  height: 0px;
  margin-left: 0px;
  text-indent: 0px;
  width: 0px;
}
.carousel-caption {
  display: none;
}

.carousel-control {
  background: none;
  border: none;
}
.carousel-thumbnails {
  list-style: none outside none;
  margin: 10px 0;
  position: relative;
  text-align: center;
}
.carousel-thumbnails .active {
  border: 5px solid #ffc82e;
}

.carousel-thumbnails li {
  display: inline-block;
  border-radius: 0;
  border: 5px solid #AAAAAA;
  height: 67px !important;
  width: 110px !important;
  opacity: 1;
}

    .carousel-thumbnails li:hover {
        cursor: pointer;
    }
	
.carousel-thumbnails.carousel-indicators  li{
	padding: 0;
	margin: 0;
}