#c-carousel {
  min-height: 500px;
}
#c-carousel * {
}
#wrapper {
  background-color: #fff;
  width: 100%;
  height: 450px;
  overflow:hidden;
  position:relative;
}
#carousel-slider img {
  display: block;
  float: left;
  max-width:960px;
  max-height:450px;
}
#prev, #next {
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  height: 460px;
  width: 51%;
  top: 0;
  position: absolute;
}
#prev:hover, #next:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
#prev {
  left: -495px;
}
#next {
  right: -495px;
}
#pager {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index:100;
}
#pager span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color:#fff;
  border-radius:10px;
  margin: 0 5px 0 0;
}
#pager span:hover {
  	background-color: #555;
}
#pager span.selected {
  	background-color: #555;
}
#pager span.cycle-pager-active {
	background-color: #555;
}



#subtitle {
  margin-left: -470px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  font-family:Source Sans Pro Light;
  color:#fff;
  background: url('/assets/image/transparent.png') repeat;
  width: 517px;
  display: block;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: normal;
  font-size: 18px !important;
  line-height: 27px !important;
}