@charset "utf-8";
/* CSS Document */
#gallery {
	display: block;
}
.jCarousel {
	margin-bottom: 0px;
	text-align: center;
	-webkit-transition: margin 0.5s ease-in-out;
	transition: margin 0.5s ease-in-out;
	test-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

.jCarousel li {
	text-align: center;
}
.jCarousel li img {
	padding-top: 10px;
}
a {
	color: #ddd;
	text-decoration: none;
}
#infoBody {
	padding: 30px 20px;
	margin: 20px;
	background-color: #888;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
}
#infoBody p {
	font-size: 16px;
	padding-bottom: 10px;
	line-height: 1.6em;
	text-shadow: 0px -1px 1px #555;
	color: #fff;
}
#infoBody p a {
	color: #fff;
	text-decoration: underline;
}
