.homeGallery {
	margin-bottom: 15px;
	margin-top:50px;
	width: 650px;
	height: 384px;
	overflow: hidden;
	margin: 20px auto;
}

.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: 650px;
	height: 384px;
	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); }
	
.headerGallery ul {
	list-style-type: none;
	display: block;
	position: relative
}

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

.headerGallery img {
	width: 600px;
	float: left;
}

.headerGallery {
	margin: auto;
	width: 600px;
	height: 450px;
	margin-top:30px;
}
