@charset "utf-8";
/* CSS Document */

/*homepageGallery*/
.homepageGallery {
	width: 580px;
	height: 309px;
	padding: 0;
	border: 0;
	overflow: hidden;
	background-color: #999;
	margin-bottom: 25px;
}

.homepageGallery .galleryContainer {
	width: 580px;
	height: 309px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

.homepageGallery .mover {
}

.homepageGallery .navBar {
	position: absolute;
	height: 33px;
	z-index: 1;
	margin-top: -45px;
	margin-left: 11px;
	background-image:url(images/homepage_gallery_navbar_bg.png);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

.homepageGallery .navNodesWrapper {
	height: 9px;
	margin-top: 12px;
	padding: 0 7px;
}

.homepageGallery .navNodes {
	margin: 0px;
	padding: 0px;
	height: 9px;
	list-style: none;
}

.homepageGallery .navNodes li {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 9px;
	height: 9px;
}

.homepageGallery .node {
	background:url(images/homepage_gallery_node_unselected.png);
	width: 9px;
	height: 9px;
	border: 0;
	cursor: pointer;
	z-index: 1;
}

.homepageGallery .fadeThis * {
	display: none;
}

.homepageGallery .fadeThis span.hover {
	position: relative;
	top: 0;
	display: block;
	height: 9px;
	width: 9px;
	background:url(images/homepage_gallery_node_selected.png);
	cursor: pointer;
}
