.film_roll_wrapper {
	display: block;
	text-align: center;
	float: none;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: auto;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.film_roll_shuttle {
	text-align: left;
	float: none;
	position: relative;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	z-index: auto;
}
.film_roll_shuttle.vertical_center:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.film_roll_child {
	position: relative;
	display: inline-block;
	*display:inline;
    vertical-align: middle;
	zoom: 1;
}
.film_roll_prev, .film_roll_next {
	visibility:hidden;
	position: absolute;
	top: 48%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 0;
	padding: 0;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: white;
	text-align: center;
	background: #222;
	border: 3px solid white;
	border-radius: 23px;
	opacity: 0.5;
}
.film_roll_prev:hover, .film_roll_next:hover {
	color: white;
	text-decoration: none;
	opacity: 0.9
}
.film_roll_next {
	left: auto;
	right: 15px
}
.film_roll_pager {
	text-align: center;
	padding:15px 0;
}
.film_roll_pager a {
	width: 14px;
	height: 14px;
	background: #635142;
	opacity: 0.5;
	border-radius: 14px;
	display: inline-block;
	margin: 0 12px 0;
	transition: all 1s ease
}
.film_roll_pager a:hover {
	background: #635142;
	opacity:1;
}
.film_roll_pager a.active {
	background: #635142;
	opacity:1;
}
.film_roll_pager span {
	display: none
}
.film_roll_pager a, a.film_roll_prev, a.film_roll_next {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}