@charset "utf-8";
/* CSS Document */

body {
	padding-bottom:0px;
}
.footer {
	line-height: 60px;
}

.image-trio {
	overflow-x:hidden;
	white-space: nowrap;
	padding-left:20px;
	padding-right:20px;
}
.image-trio-center {
	
}


.previous {
    background-color: #4CAF50;
    color: white;
	padding:6px;
}
a.previous:hover, a.next:hover {text-decoration: none}

.next{
    background-color: #4CAF50;
    color: white;
	padding:6px;

}