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

.mainFrontPageGallery {
	width: 565px;
	height: 325px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	background-color: #001558;
}

.mainFrontPageGallery .galleryContainer {
	width: 565px;
	height: 325px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

.mover {
}

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

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

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

.fadeThis * {
	display: none;
}

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

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

.leftBtn {
	background: url(images/leftbtn.png);
	width: 60px;
	height: 325px;
	float: left;
}

.rightBtn {
	background: url(images/rightbtn.png);
	width: 60px;
	height: 325px;
	float: right;
}

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

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



/*MINI GALLERIES*/

.miniGallery {
	width: 278px;
	height: 144px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	background-color: #001558;
}

.miniGallery .galleryContainer {
	width: 278px;
	height: 144px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.miniGallery .navBtns {
	width: 278px;
	height: 144px;
	position:absolute;
	margin-top: -144px;
	padding: 0;
	z-index: 1;
}

.miniGallery .leftBtn {
	background: url(images/leftbtnmini.png);
	width: 41px;
	height: 144px;
	float: left;
}

.miniGallery .rightBtn {
	background: url(images/rightbtnmini.png);
	width: 41px;
	height: 144px;
	float: right;
}


