#popup-gallery-background {
	position:absolute;
	z-index:9999;
	background:rgba(0,0,0,.9);
	width:100%;
	height:100%;
	display:none;
}

#popup-gallery-container {
	position:absolute;
	z-index:10000;
	width:100%;
	height:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:none;
}

@media screen and (min-width:901px){
	#popup-gallery-thumbs{
		width:120px;
		padding: 0 20px;
	}
	#popup-gallery-thumbs a {
		margin: 20px auto 0;
		width:120px;
		height:120px;
	}
	#popup-gallery-thumbs a:last-child {margin-bottom:20px;}
	#popup-gallery-container {padding:30px;}
}

@media screen and (max-width:900px) {
	#popup-gallery-thumbs {padding: 0 10px;}
	#popup-gallery-thumbs a {
		margin: 10px auto 0;
		width:100px;
		height:100px;
	}
	#popup-gallery-thumbs a img {
		width:100px;
		height:100px;
	}
	#popup-gallery-thumbs a:last-child {margin-bottom:10px;}
	#popup-gallery-container {padding:10px;}
}

#popup-gallery-thumbs {
	float:right;
	overflow:auto;
	max-height:100%;
	background:rgba(0,0,0,.5);
	display:none;
}

#popup-gallery-thumbs a {
	display:block;
}

#popup-gallery-thumbs img {
	display:block;
}

#popup-gallery-image-wrapper {
	height:100%;
	position:absolute;
	background:white;
	width:300px;
	height:50px;
	margin:0 auto;
	padding:10px;
	border-radius:3px;
	display:none;
}

#popup-gallery-image {
	height:100%;
	display:none;
}

#popup-gallery-loading {
	width:100%;
	text-align:center;
	font-size:2em;
	height:50px;
	line-height:50px;
}

#popup-gallery-fullscreen-icon,
#popup-gallery-close-icon,
#popup-gallery-previous,
#popup-gallery-next {
	display:block;
	position:absolute;
}

#popup-gallery-fullscreen-icon {
	bottom:10px;
	right:34px;
	width:24px;
	height:24px;
	background: url(../images/fullscreen.png);
	z-index:1000;
}

#popup-gallery-close-icon {
	bottom:10px;
	right:10px;
	width:24px;
	height:24px;
	background: url(../images/close.png);
	z-index:1000;
}

#popup-gallery-previous {
	bottom:0;
	left:0;
	top:0;
	width:30%;
	height:100%;
	z-index:999;
}

#popup-gallery-next {
	bottom:0;
	right:0;
	top:0;
	width:30%;
	height:100%;
	z-index:999;
}

#popup-gallery-previous:hover {
	background: url(../images/previous.png) no-repeat left 30%;
}

#popup-gallery-next:hover {
	background: url(../images/next.png) no-repeat right 30%;
}
