.caption h4 { color:#444;font-weight:400;font-size:18px; }
.caption p { font-size:13px;color:#6b6b6b;margin:0; }
.carousel-control{
  background: #fff;
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  padding: 0px 5px 0px;
  position: static;
	background: url(/img/nav.png) no-repeat 0px 0px;
	width: 15px;
	height: 26px;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 1.0;
	margin-top:90px;
}
.carousel-bann{margin-top:25px;}
.carousel-control:hover { opacity: 0.5 }

.carousel-control.right {
	right: 0px;
	left: auto;
	background-position: 0px -25px;
	margin-left:7px;
}

/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
    text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
    word-break: break-all;
    }
}
