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

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 16px;
	padding: 0;
	margin: 0;
	border: 0;
}

.galleryContainer {
	width: 725px;
	height: 300px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

.mover {
}

.gallery {
	width: 725px;
	height: 300px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

.navBar {
	position: absolute;
	height: 64px;
	width: 725px;
	z-index: 1;
	margin-top: -64px;
}

.navNodes {
	position:absolute;
	margin-top: 26px;
	height: 13px;
	width: 165px;
}

.node {
	background:url(node_unselected.png);
	width: 13px;
	height: 13px;
	border: 0;
	float: left;
}

.fadeThis * {
	display: none;
}

.fadeThis span.hover {
	position: absolute;
	top: 0;
	display: block;
	height: 13px;
	width: 13px;
	background:url(node_selected.png);
}

.navBtns {
	width: 725px;
	height: 300px;
	position:absolute;
	margin-top: -300px;
	padding: 0;
	z-index: 1;
}

.leftBtn {
	background: url(leftbtn.png);
	width: 94px;
	height: 300px;
	float: left;
}

.rightBtn {
	background: url(rightbtn.png);
	width: 94px;
	height: 300px;
	float: right;
}

.leftBtn a { 
	display: block; 
	height: 100%; 
	width: 100%; 
}

.rightBtn a { 
	display: block; 
	height: 100%; 
	width: 100%; 
}
