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

/*mainFrontPageGallery*/
.mainFrontPageGallery {
	width: 960px;
	height: 280px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	background-color: #999;
	margin-bottom: 25px;
}

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

.mainFrontPageGallery .mover {
}

.mainFrontPageGallery .navBar {
	position: absolute;
	height: 60px;
	width: 586px;
	z-index: 1;
	margin-top: -91px;
	margin-left: 187px;
	background-image:url(images/gallery_front_transbg.png);
}

.mainFrontPageGallery .textLabel {
	width: 486px;
	text-align: center;
	margin: 8px 0 8px 50px;
}

.mainFrontPageGallery .textLabel p {
	text-align: center;
	font-size: 17px;
	color: #FFF;
}

.mainFrontPageGallery .navNodesWrapper {
	height: 9px;
	width: 486px;
	margin-left: 50px;
}

.mainFrontPageGallery .navNodes {
	margin-top: 0px;
	height: 9px;
	list-style: none;
}

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

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

.mainFrontPageGallery .fadeThis * {
	display: none;
}

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

.mainFrontPageGallery .navBtns {
	width: 586px;
	height: 325px;
	position:absolute;
	margin-top: -90px;
	margin-left: 187px;
	padding: 0;
	z-index: 2;
}

.mainFrontPageGallery .leftBtn {
	background: url(images/gallery_left_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	float: left;
}

.mainFrontPageGallery .rightBtn {
	background: url(images/gallery_right_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	float: right;
}

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

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

/*fullThumbGallery*/
.fullThumbGalleryWrapper {
	width: 746px;
	height: 489px;
	background-color:#FFF;
	padding: 7px;
	margin: 0 auto;
}

.fullThumbGalleryWrapper h1 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #D9D9D9;
	padding: 10px 0 15px 16px;
	margin-bottom: 10px;
}

.fullThumbGallery {
	width: 746px;
	height: 436px;
	margin: 0 0 0 9px;
	padding: 0;
	border: 0;
	overflow: hidden;
	background-color: #999;
	margin-bottom: 25px;
}

.fullThumbGallery .galleryContainer {
	width: 746px;
	height: 436px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

.fullThumbGallery .mover {
}

.fullThumbGallery .navBar {
	position: absolute;
	height: 90px;
	width: 704px;
	z-index: 1;
	margin-top: -115px;
	margin-left: 22px;
	background-image:url(images/gallery_images_transbg.png);
	background-repeat: repeat;
}

.fullThumbGallery .numberLabel {
	/*width: 486px;*/
	text-align: center;
	height: 90px;
	line-height: 90px;
}

.fullThumbGallery .numberLabel p {
	text-align: center;
	font-size: 19px;
	color: #8C8C8C;
}

.fullThumbGallery .numberLabel p:first-letter {
	color: #FFF;
}

.fullThumbGallery .navNodesWrapper {
	height: 9px;
	width: 486px;
	margin-left: 50px;
}

.fullThumbGallery .navNodes {
	margin-top: 0px;
	height: 9px;
	list-style: none;
}

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

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

.fullThumbGallery .fadeThis * {
	display: none;
}

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

.fullThumbGallery .leftBtn {
	background: url(images/gallery_left_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 60px;
	height: 90px;
	float: left;
}

.fullThumbGallery .rightBtn {
	background: url(images/gallery_right_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 60px;
	height: 90px;
	float: right;
}

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

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

.fullThumbGallery .thumbsWrapper {
	height: 58px;
	width: 532px;
	margin-top: 16px;
}

.fullThumbGallery .thumbnails {
	margin-top: 0px;
	height: 96px;
	list-style: none;
}

.fullThumbGallery .thumbnails li {
	float: left;
	margin-right: 10px;
	margin-left: 0;
	/*margin-right: 5px;*/
	width: 96px;
	height: 91px;
}

.fullThumbGallery .thumb {
	background:url(images/gallery_thumb_unselected.png);
	height: 58px;
	width: 96px;
	border: 0;
	float: left;
}

.fullThumbGallery .thumbFadeThis * {
	display: none;
}

.fullThumbGallery .thumbFadeThis span.hover {
	position: absolute;
	display: block;
	height: 58px;
	width: 96px;
	background:url(images/gallery_thumb_selected.png);
}

.fullThumbGallery .thumb img{
	width: 91px;
	height: 52px;
	position: absolute;
	margin-top: 3px;
	margin-left: 3px;
	z-index: 3px;
}

.fullThumbGallery .thumb a img {
	border: none;
}

.fullThumbGallery .leftSection {
	float:left;
	width: 150px;
	border-right: 1px solid #5E5D5C;
}

.fullThumbGallery .rightSection {
	float:left;
	margin-left: 15px;
	width: 532px;
}
