#gallery {
	display: block;
	overflow: hidden;
	width: 512px;
	height: 475px;
	border-color: #ff0000;
}
#gallery .slides {
	margin: 0px auto;
	width: 512px;
	height: 384px;
	display: table;
}
#gallery .slides .slide {
	display: block;
	position: absolute;
	width: 512px;
	height: 384px;
}
#gallery .slide .title {
	font-size: 12px;
	font-family: arial;
	background-color: #000;
	color: #fff;
	display: table;
	padding: 0.2em 0.3em;
	position: absolute;
	margin: 10px;
}
#gallery .navigation {
	margin: 3px auto 0px auto;
	height: 88px;
	width: 512px;
	overflow: aturo;
	text-align: center;
	overflow-x: auto;
}
#gallery .navigation .inner {
	margin: 0px auto;
	display: table;
}
#gallery .navigation li {
	float: left;
}
#gallery .navigation img {
	margin: 0px 1px 0px 0px;
	border: 1px solid #A6A6A6;
	padding: 2px;
}
#gallery .navigation img:hover {
	cursor: pointer;
	border: 1px solid #D8D8D8;
}