
body{
	font-family:"Myriad Pro", "Trebuchet MS", Helvetica, sans-serif, tahoma;
	font-size:12px;
	background-color: #E9EDF1;
	overflow:hidden;
	margin: 0 auto 0 auto;
	overflow:scroll;
} 
.galeria{
	margin: 5 auto;
	width: auto;
	height: auto;
	font-size: 50px;
	color: #0678b9;
	text-align: center;
	
} 
 
.kwicks {
	display: block;
	list-style-type: none;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks > * {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.kwicks.kwicks-processed > * {
	margin: 0;
	position: absolute;
}
.kwicks-horizontal > * {
	float: left;
}
.kwicks-horizontal > :first-child {
	margin-left: 0;
}
.kwicks-vertical > :first-child {
	margin-top: 0;
}
