@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
div.image_counter {
	visibility: hidden;
	position: absolute;
	right: 10px;
	background-color: #FFF;
}
img.imatge_fit {
	display: none;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
iframe.iframe_center {
	display: none;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}
div.image_back {
	display: block;
	width: 100%;
	height: 400px;
	text-align: center;
	z-index: 0;
	background-image: url(buttons_links/loading.gif);
	background-repeat: no-repeat; 
	background-position: center center;
}
div.image {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 0;
}
div.html_text {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 0;
}
div.prev {
	position: absolute;
	top: 45%;
	left: 10px;
	z-index: 1;
}
div.next {
	position: absolute;
	top: 45%;
	right: 10px;
	z-index: 1;
}
div.info {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 1;
}
div.info_content {
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
}
img {
	border: 0px;
}

