@charset "utf-8";
/* 歐盟中文版 */

@import url("common.css");
@import url("cp_common.css");
@import url("function.css");
@import url("100new.css");

/* --------------------------------------------------------- 大圖內容頁 */
.ImgSlide {
	clear: both;
	line-height: 140%;
	vertical-align: top;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
.ImgSlide h5 {
	font-size: 1em;
	font-weight: normal;
	margin: 0px 20px 8px 20px;
	padding: 0px 0px 0px 0px;
}
.ImgSlide p.Script {
	font-size: .86em;
	margin: 8px 20px 6px 20px;
	padding: 0px;
	text-align: left;
}
.ImgSlide p.Date {
	text-align: right;
	margin: 0px auto 0px;
	padding: 0px;
	font-size: .8em;
}
.ImgSlide img {
	border: 3px solid #bbb;
	text-align: center;
	margin-bottom: 8px;
	width: 400px;
}

.ImgSlide table {
	border-top: 1px dotted #999;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: .86em;
}
.ImgSlide table td {
	vertical-align: top;
	width: 50%;
	padding: 10px 0px 5px;
	margin: 0px;
}
.ImgSlide table td p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.ImgSlide table td.Prev {
	text-align: right;
	padding-right: 15px;
}
.ImgSlide table td.Next {
	text-align: left;
	padding-left: 15px;
}
.ImgSlide table td.Prev a {
	background: url(../images/pager_prev.gif) no-repeat top left;
	padding: 2px 0px 5px 22px;
}
.ImgSlide table td.Next a {
	background: url(../images/pager_next.gif) no-repeat top right;
	padding: 2px 22px 5px 0px;
}
