@charset "UTF-8";

.film_roll_wrapper img {
	max-width: 600px;
	width: 100%;
	height: auto;
}
.film_roll_pager {
	margin-top: 5px;
	margin-bottom: 5px;
}
.film_roll_prev {
	display: none;
}
.film_roll_next {
	display: none;
}
.film_roll_pager a {
	border:2px solid skyblue!important;
}
.film_roll_pager a:hover {
	background: skyblue!important;
}
.film_roll_pager a.active {
	background: skyblue!important;
}
@media only screen and (min-width:640px) 
{
	.film_roll_wrapper img {
		margin-right: 5px;
		margin-left: 5px;	
	}
	.film_roll_prev {
		text-indent: -9999px;
		display: block;
		background: url(prev.png)!important;
		background-repeat: no-repeat;
		background-size: 40px 40px!important;
		-webkit-background-size: 40px 40px!important;
		-moz-background-size: 40px 40px!important;
		-ms-background-size: 40px 40px!important;
		border: none!important;
		border-radius: 0px!important;
	}
	.film_roll_next {
		text-indent: -9999px;
		display: block;
		background: url(next.png)!important;
		background-repeat: no-repeat;
		background-size: 40px 40px!important;
		-webkit-background-size: 40px 40px!important;
		-moz-background-size: 40px 40px!important;
		-ms-background-size: 40px 40px!important;
		border: none!important;
		border-radius: 0px!important;
	}
}