#gallery {
	padding:5px;
	/*background-color:rgba(38, 23, 18, 0.9);*/
}
div.gallery-page {
	margin-left:50px;
}	
div.gallery-album { 
	width:180px; 
	height:180px; 
	/*border:3px solid black;*/
	margin:10px;
	display:inline-block;
	overflow:hidden;
	background-color:#000000;
	margin-bottom:35px;
	position:relative;
	cursor:pointer;
	}
div.title {
	background-color:#000000;
	color:#ffffff;
	text-align:center;
	height:auto;
	position:absolute;
	width:100%;
	opacity:.9
}
div.album-photo {
	width:180px; 
	height:180px; 
	/*border:3px solid black;*/
	margin:10px;
	display:inline-block;
	overflow:hidden;
	background-color:#000000;
	margin-bottom:35px;
	background-position:50%;
	z-index:1;
	cursor:pointer;
	margin-left:20px;
}
div.gallery-page {
	margin-top:20px;
	margin-bottom:90px;
	opacity:.9
}
	div.gallery-photo {
	width:100%; 
	height:100%;
	margin:auto;
	top:150px;
	right:50px;
	overflow:auto;
	overflow-y:hidden;
	background-position:50%;
}
	div.gallery-back { 
	font-size:large;
	color:#ffffff;
	background-color:#000000;
	cursor:pointer;
	padding:5px;
	width:40px;
	position:fixed;
	bottom:30px;
	
}
div.gallery-big {
	position:fixed;
	width:100%;
	margin:0px auto;
	z-index:2;
	background-color:rgba(0,0,0,0.9);
	height:1300px;
	left:0px;
}
div.big-container {
	width:50%;
	margin-left:25%;
}
img.gallery-big {
	display:block;
	/*border:3px solid white;*/
	z-index:4;
	width:auto;
	max-height:90%;
	margin:0px auto;
	position:fixed;
	top:5%;
	left:25%;
	right:25%;
	max-width:75%;
}
@media(max-width:756px) {
	img.gallery-big {
		width:auto;
		max-height:80%;
		top:10%;
		left:10%;
		right:10%;
		max-width:80%;
	}
}
div.big-container {
	/*width:100%;
	max-width:760px;
	margin:30px auto;
	max-height:760px;*/
}
div.small {
	font-size:large;
	float:right;
	color:#ffffff;
	cursor:pointer;
	font-size:x-large;
	font-weight:bold;
	cursor:pointer;
}
input.gallery-next {
	color:#ffffff;
	font-size:x-large;
	font-weight:bold;
	cursor:pointer;
	background-color:transparent;
	border:0px;
	margin:0px;
	
}
input.gallery-last {
	color:#ffffff;
	font-size:x-large;
	font-weight:bold;
	cursor:pointer;
	background-color:transparent;
	border:0px;
	margin:0px;
}
div.gallery-overlay {
	width:100%;
	height:100%;
	background-color:black;
	position:fixed;
	top:0px;
	left:0px;
	opacity:.9;
	z-index:3;
}
/*@media (max-width:768px) {
	div.gallery-album {
		width:125px;
		height:125px;
		display:block;
		margin-top:1px;
	}
	div.album-photo {
		width:125px;
		height:125px;
	}
		
}*/