.carousel-caption{
	top:72px;
	right:480px;
	bottom:109px;
	left:36px;
	width:449px;
	height:167px;
	padding:30px;
}

.carousel-caption h2{
	color:#FFFFFF;
	margin-top:0;
}

.carousel-caption p{
	color:#FFFFFF;
	font-size:18px;
	margin-bottom:15px;
}

.carousel-caption a.btn{
	margin-right:24px;
}

.carousel-photo-shadow{
	background:url("/application/website/assets/images/carousel-photo-shadow.png") no-repeat;
	width: 1025px;
	height: 408px;
	position:absolute;
	top:0px;
	left:0px;
}

.iosSlider {
  /* required */
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  
  width: <slider width>px;
  height: 408px;
}

/* slider */
.iosSlider .slider {
  /* required */
  width: 100%;
  height: 100%;
}

/* slide */
.iosSlider .slider .slide {
  /* required */
  float: left;

  width: <slide width>px;
  height: <slide height>px;
}
