@charset "utf-8";
.clearBoth{
	clear: both;
	font-size: 0px;
	height: 0px;
	overflow: hidden;
}
.gallery{
	margin:3px 0 0;
}
	/*galleryList*/
	.galleryList{
	display: block;
	/*height: 218px;*/
	margin:0 0 10px;
	overflow:hidden;
	}
		.galleryList li{
			border: 1px solid #68a814;
			display: block !important;
			padding: 0;
			float: left;
			background:  #FFF;
			margin: 0px 10px 0px 0px;
			width: 182px;
		}
			.galleryList .listBox{
				padding: 10px;
				height:190px;
				/*float: left;*/
			}
				.wrapper{
					height:127px;
				}
				.border_02{
					border: 1px solid #8ab1d5;
					height: 118px;
					width: 159px;
					margin: 0px 0px 10px;
				}
				.border_02_active{
					border: 1px solid #fff;
					height: 118px;
					width: 159px;
					margin: 0px 0px 10px;
				}
					.imgLink, .imgLink:hover{
						height: 118px;
						width: 159px;
						display: block;
						text-decoration: none !important;
					}
					.imgLink_02, .imgLink_02:hover{
	height: 468px;
	width: 624px;
	display: block;
	text-decoration: none !important;
					}
			.galleryList h3{
				font-weight: bold !important;
				text-transform: none;
				font: 12px Tahoma, Geneva, sans-serif;
				display: block !important;
				_height: 33px;
				min-height: 33px !important;
				width: 159px;
				clear: both;

			}
				.galleryList h3 a{
	
					color: #68a814;
					text-decoration: underline !important;
				}
					.galleryList h3 a:hover{
						text-decoration: none !important;
					}
					
			.galleryList .date{
				font-size: 11px;
				color: #0055a4;
				display: block;
			}
			.galleryList .viewGallery{
				background: url(/images/i_more.gif);
				float: right;
				height: 16px;
				width: 28px;
				text-indent: -10000px;
			}
	/*pagesNavi*/
	.pagesNavi{
		text-align: center;
		color: #686868;
		margin: 20px 0px 0px;
	}
		.pagesMenu{
			background: #FFF;
			padding: 0px 20px;
			display: block;
			background: url(/images/pagesNaviBack_01.jpg) no-repeat center center;
		}
			.pagesMenu li{
				display: inline;
				background: #FFF;
				margin: 0px 0px 0px -3px;
				list-style: none;
	
			}
				.pagesMenu li a{
					color: #686868;
					padding: 0px 5px;				
				}
			.pagesMenu .active{
			}
				.pagesMenu li.active a{
					font-weight: bold;
					color: #0055a4;border: 1px solid #68a814;
				}
/*albumView */
.albumView {
}
	/*albumDescription*/
	.albumDescription{
		border: 1px solid #8ab1d5;
		background: #FFF;
		margin: 0px 0px 15px;
	}
		
		.albumImg{
			float: left;
			width: 160px;
			padding: 15px 0px 15px 15px;
		}
			.albumImg .date{
				text-align: right;
				font-weight: bold;
				color: #68a814;
				display: block;
			}
				
		.albumText{
			float: right;
			width: 750px;
			padding: 15px 15px 15px 0px;
		}
			.albumText h2 { 
				font:bold 14px/1.25 Arial, Helvetica, sans-serif; 
				text-transform:uppercase; 
				color:#0055a4; 
				background:url(/images/bkg_heading2.gif) 0 100% no-repeat; 
				padding:0 0 1px; 
				margin:0 0 10px; 
				}
	/*albumScroll*/
	.albumScroll{
		clear: both;
	}
		.albumLeftButton{
			float: left;
			width: 60px;
			padding: 50px 0px 0px;
		}
		.albumRightButton{
			padding: 50px 0px 0px;
			text-align: right;
			float: right;
		}
		.albumScrollBox{
			overflow: hidden;
			height: 120px;
			width: 860px;
			float: left;
		}
			.albumList{
				display: block;
			}
				.albumList li{
	display: block;
	float: left;
	margin-right: 10px;
	width: 159px;
				}
	/*photoNumber*/
	.photoNumber{
		text-align: center;
		padding: 10px 0px;
	}
	
	/*photoScroll*/
	.photoScroll{
		border: 1px solid #68a814;
		background-color: #FFF;
		margin: 0px 65px 15px 60px;
		padding: 0 0 15px;
	}
		.photoLeftButton{
			float: left;
			width: 92px;
			text-align: right;
			margin: 0px;
			padding: 200px 15px 0px 0px;
		}
		.photoRightButton{
			float: right;
			padding: 200px 0px 0px;
			width: 95px;
		}
		.photoScrollBox{
			float: left;
			margin: 15px 0px;
		}
			.border_03{
					border: 1px solid #8ab1d5;
					height: 468px;
					width: 624px;
				}
		.photoText{
			margin: 15px auto 0px;
			width: 720px;
		}
		.back{
			font-size: 11px;
			font-weight: bold;
			color: #68a814;
			background: url(/images/albumLeftButton.gif) no-repeat;
			padding: 0px 0px 3px 35px;
			display: block;
			float: left;
		}
		
	/*videoItem*/
	.videoGallery{
		padding-top: 3px;
	}
	
	.videoItem{
		background: #FFF;
		border: 1px solid #68a814;
		padding: 0px 10px 10px;
		margin: 0px 0px 10px;
	}
		.videoItem .border_02{
			float: left;
			margin-top: 10px;
			margin-bottom: 0px;
		}
		.videoDescription{
			float: right;
			width: 760px;
			margin: 10px 0px 0px;
		}
			.videoDescription h3{
				font-size: 12px;
				font-weight: bold;
				text-transform: none;
			}
				.videoDescription h3 a{
					color: #68a814;
					text-decoration: underline !important;
				}
					.videoDescription h3 a:hover{
						text-decoration: none !important;
					}
		.videoLink{
			display: block;
			float: right;
			background: url(/images/albumRightButton.gif) no-repeat;
			height: 16px;
			width: 28px;
			text-indent: -10000px;
		}
	/*videoDetail*/
	.videoDetails{
		border: 1px solid #68a814;
		padding: 0px 20px 20px;
		background-color: #FFF;
	}
		.videoPlayer{
			width: 496px;
			height: 419px;
			float: left;
			margin: 20px 0px 10px;
		}
		.videoText{
			float: right;
			margin-top: 20px;
			width: 420px;
			
		}
			.box_01{
				height: 160px;
			}
			.videoText h3{
				color: #68a814;
				text-transform: none;
			}
			.videoScroll {
				height: 259px;
				overflow: auto;
				position: absolute;
				width: 420px;
			}
			.scrollItem{
				margin: 0px 0px 18px;
				width: 400px;
			}
			.scrollItem .border_04{
				margin: 0px;
				float: left;
				width: 159px;
			}
			.scrollText{
				width: 220px;
				float: right;
			}
			.scrollText h3{
				padding: 0px;
				margin: 0px;
			}
				.scrollText h3 a{
					color: #68a814;
					text-transform: none;
					text-decoration: underline;
					font-size: 12px;
				}
.border_04{
	margin-bottom: 10px;
	
}
.border_05{
	margin-top: 10px;
	float: left;
	width: 159px;
	
}
/*imgBox_01*/
.imgBox_01{
	margin:0 auto;
}
.imgBorder_01{
	background: url(/images/imgBack_01.gif) repeat-x left top;
}
	.imgBorder_02{
		background: url(/images/imgBack_01.gif) repeat-y right top;
	}
		.imgBorder_03{
			background: url(/images/imgBack_01.gif) repeat-x left bottom;
		}
			.imgBorder_04{
				background: url(/images/imgBack_01.gif) repeat-y left top;
			}
				.imgBorder_05{
					background: url(/images/imgBack_05.png) no-repeat left top;
				}
					.imgBorder_06{
							background: url(/images/imgBack_06.png) no-repeat right top;
					}
						.imgBorder_07{
							background: url(/images/imgBack_07.png) no-repeat right bottom;
						}
							.imgBorder_08{
								background: url(/images/imgBack_08.png) no-repeat left bottom;
							}
/*border_04_active*/							
.border_04_active{
}
.border_04_active .imgBorder_01{
	background: url(/images/imgBack_01_a.gif) repeat-x left top;
}
	.border_04_active .imgBorder_02{
		background: url(/images/imgBack_01_a.gif) repeat-y right top;
	}
		.border_04_active .imgBorder_03{
			background: url(/images/imgBack_01_a.gif) repeat-x left bottom;
		}
			.border_04_active .imgBorder_04{
				background: url(/images/imgBack_01_a.gif) repeat-y left top;
			}
				.border_04_active .imgBorder_05{
					background: url(/images/imgBack_05_a.png) no-repeat left top;
				}
					.border_04_active .imgBorder_06{
							background: url(/images/imgBack_06_a.png) no-repeat right top;
					}
						.border_04_active .imgBorder_07{
							background: url(/images/imgBack_07_a.png) no-repeat right bottom;
						}
							.border_04_active .imgBorder_08{
								background: url(/images/imgBack_08_a.png) no-repeat left bottom;
							}

