/* Galleries CSS */

/* First import the main page layout stylesheet */

@import url(main.css);

/* Then style the galleries */

#central-container2 {
  position: relative;
  top: 110px;
  left: 5px;
  width: 790px;
}
#images, #gallery {
	margin-right: 180px;
}
#images ul {
	list-style-type: none;
	text-align: center;
}
#images ul li {
	display: inline;
}
#images ul li a {
	text-decoration: none;
	padding: 0px;
    outline: none; /* hide dotted outline in Firefox */
}
#images img {
	margin: 20px;
}