  /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 60px;
    }

    .carousel .container {
      z-index: 8;
    }

    .carousel-control {
      height: 38px;
      overflow:hidden;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }
    
    .carousel-control img{
    background-position:top left;
    }
    
    .carousel-control img:hover{
    background-position:bottom left;
    }
    
    .carousel_image{
    z-index:9;
	width:725px;
	height:370px;
    }

    .carousel .item {
    }
    .carousel .carousel-inner img {
      position: absolute;
      top: 0;
      left: 0;
      height:257px;
      cursor:pointer;
    }

    .carousel-caption {
      background-color: transparent;
      position: absolute;
	  max-width: 370px;
	  padding: 0 5px;
      margin-top: 275px;
    }
    
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;

    }
    
    .carousel-caption h1{
    	font-size:1.5em;
    	line-height: 0.95;
    	font-family:SourceSansPro-Bold;
    	font-weight:200;
    	margin-bottom:5px;
    	text-transform:uppercase;
		letter-spacing:-1px;
    }
    
    .carousel-caption .lead {
    	font-size: 0.688em;
		font-weight: bold;
		line-height: 1.5em;
    }
    
    .carousel-caption .btn {
      margin-top: 10px;
    }
    
    
  
