body {
    padding-top: 0;
}
.hero-unit {
  text-align: center;
  border-radius: 0;
}
.hero-unit h1, .hero-unit p.white { color: white; }
.hero-unit h1 img { vertical-align: bottom; }
.hero-unit p { margin-top: 30px; }
.film_roll_wrapper img {
  transition: all 1s ease;
}
/*
.film_roll_wrapper .active img {
  border: 10px solid yellow;
}
*/
.film_roll_container {
  position: relative;
}
#film_roll_2 .film_roll_shuttle {
  top:10px;
}
#film_roll_2 .film_roll_child {
  transition: all 1s ease;
}
#film_roll_2 .film_roll_child.active {
  top: -10px;
}
#film_roll_2_left {
  position: absolute;
  left: 15px;
  top: 38%;
}
#film_roll_2_right {
  position: absolute;
  right: 15px;
  top: 38%;
}

@media (max-width: 979px) {
  body {
    padding-top: 0px;
  }
  .navbar-fixed-top {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero-unit {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.film_roll_child{
	margin:0 15px;
	width:940px;
	height:360px;
	float:left;
}












