*{ padding:0; margin:0;}
/*
	Load CSS before JavaScript
*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
#slides {position: relative;}
.slides_container {	width:100%;	display:none;}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container div {	width:100% !important; height:912px; display:block;}
ul.pagination li { display: inline; background:#000;}
ul.pagination li a { margin-right: 10px; width:10px; height:10px; float:left; background:#dce8f4; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.slides_container div.img1 {
	height:912px;
	display:block;
	background: url(../img/backgrounds/bg-interno-01.jpg) center top;
}
.slides_container div.img2 {
	height:912px;
	display:block;
	background: url(../img/backgrounds/bg-interno-02.jpg) center top;
}

.slides_container div.img3 {
	height:912px;
	display:block;
	background: url(../img/backgrounds/bg-interno-03.jpg) center top;
}
.slides_container div.img4 {
	height:912px;
	display:block;
	background: url(../img/backgrounds/bg-interno-04.jpg) center top;
}
.slides_container div.img5 {
	height:912px;
	display:block;
	background: url(../img/backgrounds/bg-interno-05.jpg) center top;
}
.slides_container div.img6 {
	height:912px;
	display:block;
	background: url(../img/backgrounds/bg-interno-06.jpg) center top;
}


/*
	Optional:
	Reset list default style
*/
.pagination {
	list-style: none;
	margin: 0;text-indent:-9999px;
	padding: 0;
	width: 210px;
	display: inline;
	margin-top: 20px;
	float: left;
	position: absolute;
	right: 10%;
	overflow:hidden;
	z-index:10;
	bottom:400px;
}

/*
	Optional:
	Show the current slide in the pagination
*/
.pagination .current a {
	background:#99bcda;
	

}
