.gallery-container {
	width: 350px;
	height: 450px;
	margin: 0 auto;
}

.gallery-container img {
	margin: 0 auto;
	width: 300px;
	height: 300px;
	display: block;
	background-image: url("../images/loader.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

@media only screen and (max-width: 600px) {
	.gallery-container img {
		width: 250px;
		height: 250px;
	}
}

@media only screen and (max-width: 500px) {
	.gallery-container img {
		width: 200px;
		height: 200px;
	}
}

.gallery-page-title {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

#gallery-page-description {
	text-align: center;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
}

#gallery-navigation {
	margin: 0 auto;
	width:150px;
	height: 36px;
}
/*
#gallery-navigation-rightbtn {
	width: 36px;
	height: 36px;
	background-image: url("../images/arrow_grey.png");
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	float: right;
}

#gallery-navigation-rightbtn:active {
	background-image: url("../images/arrow.png");
}

#gallery-navigation-leftbtn {
	width: 36px;
	height: 36px;
	background-image: url("../images/arrow_left_grey.png");
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#gallery-navigation-leftbtn:active {
	background-image: url("../images/arrow_left.png");
}*/

#gallery-navigation-audiobtn {
	margin-left: 60px;
	width: 36px;
	height: 36px;
	background-image: url("../images/bocina_off.png");
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	float: left;
}