DIV.carousel-caption
  {
  position:abolute;
  left:150px;
  top:10px;
  text-align:left;
  }
  
DIV.carousel-caption H3
  {
  display:inline;
  padding-left:10px;
  padding-right:10px;
  line-height:30px;
  font-size:30px;
  background:#000;
  color:#fff;
  }
  
DIV.carousel-caption P
  {
  display:inline-block;
  background:#000;
  margin-top:3px;
  padding-left:10px;
  padding-right:10px;
  line-height:25px;
  font-size:16px;
  color:#fff;
  }