/*-------活動寫真-------*/
#photo {
	width: 1200px;
	color: #FFF;
	overflow: hidden;
	margin-top: 30px;
	float: left;
}
#photo ul {
	float: left;
	width: 290px;
	height: 300px;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
}
#photo ul li {
	display: block;
}
#photo ul .Frame {
	float: left;
	height: 160px;
	width: 270px;
	overflow: hidden;
	position: relative;
	padding: 6px;
	border: 1px solid #CCC;
	margin-bottom: 15px;
	background: none repeat scroll 0% 0% #FFF;
	border: 1px solid #E0E0E0;
	box-shadow: 0px 0px 4px #E0E0E0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#photo ul .map {
	float: left;
	height: 160px;
	width: 270px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;

}


#photo ul .map img {
		width: 290px;
		height: 194px;
		-webkit-transform: translate(-12.5px, -8px);
		-moz-transform: translate(-12.5px, -8px);
		-o-transform: translate(-12.5px, -8px);
		transform: translate(-12.5px, -8px);
		-webkit-transition: width 0.4s linear, height 0.4s linear, -webkit-transform 0.4s linear;
		-moz-transition: width 0.4s linear, height 0.4s linear, -moz-transform 0.4s linear;
		-o-transition: width 0.4s linear, height 0.4s linear, -o-transform 0.4s linear;
		transition: width 0.4s linear, height 0.4s linear, transform 0.4s linear;
}
#photo ul .map:hover img {
		width: 270px;
		height: 180px;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}

#photo ul .Name {
	font-size: 14pt;
	line-height: 16pt;
	color: #666;
	float: left;
	width: 290px;
}
#photo ul .Date {
	float: left;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif, "微軟正黑體";
	color: #F90;
}
#photo ul .Broadcast {
	position: absolute;
	z-index: 10;
	left: 100px;
	top: 60px;	
}
#photo ul .caption {
	font-size: 10pt;
	line-height: 14pt;
	color: #999;
	float: left;
	width: 290px;
	margin-top: 10px;
}










/*----------活動照片----------*/
.subjectss {
	width: 1200px;
	margin-bottom: 10px;
	color: #666;
	margin-top: 30px;
	float: left;
	font-size: 16pt;
	position: relative;
}
.subjectss h3 {
	margin: 0px;
	float: left;
	font-weight: normal;
}

.subjectss span {
	font-family: Georgia, "Times New Roman", Times, serif, "微軟正黑體";
	color: #F90;
	margin-left: 10px;
}
.subjectss p {
	float: left;
	width: 1160px;
	font-size: 10pt;
	line-height: 15pt;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.subjectss  .Return{
	position: absolute;
	top: 0px;
	right: 0px;	
}

#project_map {
	width: 1200px;
	margin-top: 30px;
	float: left;
	position: relative;
	margin-bottom: 50px;
}




#project_map .Staff {
	margin: 8px;
	float: left;
	width: 210px;
	background-color: #FFFFFF;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCC;
}
.abgne_tip_gallery_block {
	width: 210px;
	overflow: hidden;
	position: relative;
	float: left;
	}


	.abgne_tip_gallery_block .caption {
	position: absolute;
	top: 100%;	/* .abgne_tip_gallery_block 的高 - 想顯示 title 的高(這邊是設 55) */
	width: 190px;	/* .abgne_tip_gallery_block 的寬 - .caption 的左右 padding */
	padding: 10px;
	cursor: pointer;
	color: #fff;
	background-image: url(../images/1px_black.png);
	background-repeat: repeat;
	}
	.abgne_tip_gallery_block .caption h3 {
	margin: 0;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	padding: 5px;
	}
	
