@CHARSET "UTF-8";

.Contents
{
	float: left;
	display: inline;  
	width: 644px;
	height: 400px; 
	margin-bottom: 10px;
	#margin-bottom: 0px;
	_margin-bottom: 10px; 
	overflow: hidden;
	position: relative;
}

ul.Gallery
{
	height: 400px;
	position: relative;
}

ul.Gallery li
{
	float: left;
	display: inline;
	list-style: none;
	padding: 0px;
	width: 644px;
	text-align: center;
}

	ul.Gallery li img
	{
		display: block;
		margin: 0px auto;
	}

.ButtonLeft,
.ButtonRight
{
	float: left;
	display: inline;  
	width: 20px;
	height: 400px;
	background-color: #c69c6e;
	color: #270F00;
	cursor: pointer;
}

.ButtonLeft img,
.ButtonRight img
{
	display: block;
	margin-top: 190px;
}

ul.Nav
{
	#position: relative;
	#top: -10px;
	_top: 0px;
}