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

#photo {
	width: 950px;
	margin: 0px auto;
	padding:30px 0px 0px;
	color: #FFF;
	overflow:hidden;
	z-index:1;
}
#photo ul {
	list-style:none;
}
#photo ul li{
	float: left;
	width: 290px;
	height: 260px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	margin-right: 13px;
	margin-left: 13px;
}
#photo ul li .map {
	width: 270px;
	padding: 6px;
	margin: 0px auto 15px;
	border: 1px solid #CCC;
	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;
	overflow: hidden;
}
#photo ul li .map .frame{
	height: 152px;
	width: 270px;	
	overflow: hidden;
}
#photo ul li .map .tcimg {
	transform: scale(1.0, 1.0);
	-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 li .map:hover .tcimg {
	transform: scale(1.05, 1.05);
	-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 li .Broadcast {
	position: absolute;
	left: 100px;
	top: 60px;
	z-index: 100;
}
#photo ul li .Name {
	width: 290px;
	margin-bottom: 5px;
	font-size: 10pt;
	line-height: 16pt;
	color: #666;
}
#photo ul li .Date {
	margin-bottom: 5px;
  	font-family: Georgia, "Times New Roman", Times, serif, "微軟正黑體";
  	color: #F90;
}


#subjectss {
	width: 900px;
	margin: 30px auto 10px;
	color: #666;
}
#subjectss span {
	font-family: Georgia, "Times New Roman", Times, serif, "微軟正黑體";
	color: #F90;
	margin-left: 10px;
}

#project_map {
	width: 950px;
	margin:0px auto;
	margin-top: 30px;
	padding:0px 0px 30px;
	color: #FFF;
	overflow:hidden;
	z-index:1;
}
#project_map .Staff {
	float: left;
  	margin: 6px;
  	padding: 5px;
	background-color: #FFFFFF;
	-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;
}
.abgne_tip_gallery_block .caption {
	position: absolute;
	top: 100%;	/* .abgne_tip_gallery_block 的高 - 想顯示 title 的高(這邊是設 55) */
	width: 210px;	/* .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;
}