.homeGallery {
	margin-bottom: 15px;
	width: 585px;
	height: 385px;
	overflow: hidden;
	margin: 0 20px;
	float: left;
	border: 10px solid #492F2F;
}

.homeGallery ul {
	list-style-type: none;
	display: block;
	width: 100000px;
	position: relative
}

.homeGallery li {
	list-style-type: none;
	display: block;
	float: left;
}

.homeGallery img {
	width: 585px;
	height: 385px;
	float: left;
}

.homeGallery .nav {
	width: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	position: absolute;
	cursor: pointer;
}

	.homeGallery .next { background-image: url(../images/next_slide.png); }
	.homeGallery .prev { background-image: url(../images/prev_slide.png); }