/*styles revista*/

@import url(reset.css);

body{
	background-color: #333;
}

#loading{
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed; 
	background-size: 30px;
	-moz-background-size: 30px;
    -webkit-background-size: 30px;
    -ms-behavior: url('backgroundsize.min.htc');
	width: 100%;
	height:100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: center;
}

#loading img{
	margin-top: 30%;
}

.slide{
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	height:100%;
	z-index: 200;
}
.slide img{
	max-width: 100%;
	max-height:100%;
	
}

#navigation{
	position: fixed;
	bottom:20px;
	right: 5px;
	z-index: 300;
}

#navigation a {
	padding: 3px;
	background-color: #666;
	color: #333;
	text-decoration: none;
	font-size: 10px;
}

#prevButton{
	position: fixed;
	top: 50%;
	margin-top:-50px;
	left: 10px;
	z-index: 400;
	background-color: transparent;
}
#nextButton{
	position: fixed;
	top: 50%;
	margin-top:-50px;
	right: 10px;
	z-index: 400;
	background-color: transparent;
}
