/* Style the figures */
#figure {
  position: relative;
  display: block;
/*  border: 1px solid #FF0000; */
  margin: 0;
  width: 960px;
  height: 348px;
}

/* Style the figure captions, hiding them by default */
#figure #figcaption {
  position: absolute;
  left: 0;
  bottom: 9px;
  padding: 5px;
  width: 950px;
  height: 30px;
  font-size: .7em;
  line-height: 1.8em;
  color: #fff;
  background-color: rgba(0,0,0,.7);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;

  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa000000,endColorstr=#aa000000);
}

/* Add padding and margin to the caption contents */
#figure #figcaption * {
  padding: 0;
  margin: 0; 
}

#figure #figcaption .ChineseTitle {
	float:left; width:110px;
	padding: 5px;
	font-family: "華康中黑體(P)", "華康中黑體外字集", "華康中黑體";
	text-align: right;
}

#figure #figcaption .EnglishTitle {
	float:left; width:100px;
	margin-left: 10px; padding-top: 5px;
	font-family: "Arial", "Tahoma", "Times New Roman";
}

#figure #figcaption h3 { font-size: 18px; color: #FFFFFF; }
#figure #figcaption h4 { font-size: 16px; color: #FFFFFF; }

#figure #figcaption .KeyWordInput {
	float: left; width: 305px;
	margin: 5px 5px 0 30px;
	color: #FFFFFF; font-size: 13px;
}

#figure #figcaption .GoSearch a{
	display:block; float:left;
	margin: 3px 0 0 0;
	width:26px; height:26px;
	background: url(/images/Index/search_button.png) top center no-repeat;
}

#figure #figcaption .GoSearch a:hover{
	background: url(/images/Index/search_button.png) bottom center no-repeat;
}


#figure #figcaption .JobSearch a{
	display:block; float:left;
	margin: 2px 0 0 150px;
	width:130px; height:28px;
	background: url(/images/Index/searchjob_button.png) top center no-repeat;
}

#figure #figcaption .JobSearch a:hover{
	background: url(/images/Index/searchjob_button.png) bottom center no-repeat;
}
