#gallerybox {
	position: relative;
	width: 100%;
	height: 100%;
}
/* Contenido */
.swiper-content {
	position: relative;
	width: 100%;
	height: 100%;
}
.swiper-content .movie-pic {
	position: relative;
	display: block;
	border: 10px solid #fff;
	margin: auto;
	width: auto;
	margin-top: 0;
	max-height: 100%;
	max-width: 98%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* Navegación */
.swiper-nav {
	height: 85px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../images/bar-shadow.png);
	border-top: 2px solid #ddd;
}
.swiper-nav .swiper-slide {
	width: 85px;
	height: 85px;
	text-align: center;
	position: relative;
}
.swiper-nav .swiper-slide, .swiper-nav .angle {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.swiper-nav .angle {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ddd;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: -1px;
	opacity: 0;
}
.swiper-nav .active-nav {
	background: url(../images/nav-selected.png);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.8) inset;
}
.swiper-nav .active-nav .angle {
	opacity: 1;
}
.swiper-nav .swiper-wrapper {
	margin: 0 auto;
}
.swiper-nav img {
	margin-top: 10px;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #000;
}
.swiper-nav .title {
	margin: 0 5px;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* Flechas Anterior y Siguiente */
.arrow-left {
	position: absolute;
	display: block;
	width: 28px;
	top: 45%;
	height: 10%;
	background: url(/images/g-arrow-back.png) center no-repeat;
	min-height: 50px;
	z-index: 20;
}
.arrow-right {
	position: absolute;
	right: 0px;
	top: 45%;
	display: block;
	width: 28px;
	height: 10%;
	background: url(/images/g-arrow-next.png) center no-repeat;
	min-height: 50px;
	z-index: 19;
}
.arrow-left:hover {
	cursor: pointer;
}
.arrow-right:hover {
	cursor: pointer;
}
.close {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: 5px;
	right: 5px;
	background: url(/images/g-close.png) center no-repeat;
	z-index: 22;
}
.g-full {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: 40px;
	right: 5px;
	background: url(/images/g-full.png) center no-repeat;
	z-index: 23;
}
.g-hd {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: 75px;
	right: 5px;
	background: url(/images/g-hd.png) center no-repeat;
	z-index: 24;
}
.close:hover {
	width: 200px;
	height: 30px;
	background: url(/images/g-close-hov.png) center no-repeat;
}
.g-full:hover {
	width: 200px;
	height: 30px;
	background: url(/images/g-full-hov.png) center no-repeat;
}
.g-hd:hover {
	width: 200px;
	height: 30px;
	background: url(/images/g-hd-hov.png) center no-repeat;
}
 @media screen and (max-width: 440px) {
.swiper-content .movie-pic {
	margin-top: 1%;
	max-height: 98%;
	border: none;
}
}
@media screen and (max-height: 400px) {
.swiper-content .movie-pic {
	margin-top: 1%;
	max-height: 98%;
	border: none;
}
.swiper-nav {
	height: 60px;
}
.swiper-nav .swiper-slide {
	width: 65px;
	height: 60px;
}
.swiper-nav img {
	margin-top: 5px;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #000;
}
.arrow-left {
	top: 35%;
	height: 30%;
}
.arrow-right {
	top: 35%;
	height: 30%;
}
}
