
.swiper-content {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: -1;
	}
	.swiper-content .inner {
		padding: 20px;
	}
	
	#gallery_nav{
		background-image: url(http://a.dilcdn.com/sa/movies/million-dollar-arm/images/bg_clearbk.png);
		background-position: center bottom; 
		background-repeat: repeat;
		bottom: 90px;
		margin: 0px 2.5%;
		padding: 15px 0px;
		position: absolute;
		width: 90%;
		z-index: 999;
	}
	
	.arrow-left, .arrow-right{
		background-image: url(http://a.dilcdn.com/sa/movies/million-dollar-arm/images/icon_nav.png);
		cursor: pointer;
		display: block;
		height: 20px;
		position: absolute;
		width: 14px;
		z-index: 999999;
	}
	
	.arrow-left{
		background-position: 0px -333px;
		margin-left: 7px;
		margin-top: 38px;
	} 
	
	.arrow-right{
		background-position: -16px -333px;
		margin-left: 98%;
		margin-top: -50px;
	}
	
	.swiper-nav {
		height: 88px;
		left: 0;
		bottom: 0;
		width: 95%;
		margin: 0px auto;
	}
	
	.swiper-nav .swiper-slide {
		width: 180px;
		height: 100px;
		text-align: center;
		position: relative;
	}
	.swiper-nav .swiper-slide img{
		cursor: pointer;
	}
	
	.swiper-nav .active-nav img{
		opacity: 0.8;
		cursor: default;
	}
	
	.image_share{
		display: none;
		}
	
	.swiper-nav .active-nav .image_share{
		display: block;
		padding: 0px 15px;
		position: relative;
		text-align: right;
		top:-25px;
	}
	
	.swiper-nav .swiper-wrapper {
		margin: 0 auto;
	}
	.swiper-nav img {
		width: 169px;
		height: 88px;
	}