/*body {
  background-color: #eee;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  margin: 10px 0;
}

a, a:hover {
  text-decoration: none;
}*/

#slide-container {
  /*background-color: #fff;*/
  /*border: 1px solid #000;*/
}

.item a, .item-triple a {
  display: block;
  width: 1120px;
  height: 380px;
}

.item .background img {
  max-width: 1120px; /* to avoid max-width: 100% of Twitter Bootstrap */
}

.item-triple .background img {
  max-width: 320px; /* to avoid max-width: 100% of Twitter Bootstrap */
}

.foreground .element, .foreground-triple .element {
	display:none;
	color: #fff;
	text-shadow: 1px 1px 2px #000000;
	width: 500px;
	position: relative;
	left: 130px;
}

.foreground .element.icon, .foreground-triple .element.icon {
  top: 180px;
  left: 60px;
  width: 114px;
  height: 114px;
  background: transparent url(../img/play.png) no-repeat;
  background-position: 0 0;
}

.background .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(80%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
  background: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
}

.foreground .element.title, .foreground-triple .element.title {
  text-transform: uppercase;
  font-size: 40px;
  top: 220px;
}

.foreground .element.subtitle {
  font-size: 17px;
  top: 240px;
}

.ui-loader {
  display: none;
}

#multiple-slide-container .triple-slides {
  width: 320px;
  height: 540px;
  float: left;
  overflow: hidden;
  position: relative;
}

#multiple-slide-container .triple-slides .foreground-triple .element.title {
  font-size: 28px;
}

#multiple-slide-container .triple-slides .item-triple a {
  width: 320px;
  height: 540px;
}

.slide-pagination{
	z-index: 100;
	position: relative;
}
.slide-pagination li.left{
	padding: 0 0 0 10px;
	display: block;
	float: left;
    top: 150px;
	position: relative;
	height: 122px;
    left: 0px;
    opacity: 0.4;
}
.slide-pagination li.right{
	padding:  0 10px 0 0;
	display: block;
	float: right;
    top: 150px;
	position: relative;
	height: 122px;
    right: 0px;
    opacity: 0.4;
}


