@charset "utf-8";
/* 新聞局駐外單位 主站 外文版 */
/* CSS Document for cp_g */
@import url("common.css");
@import url("cp_common.css");
@import url("inside_common.css");

/* --------------------------------------------------------- 大圖內容頁 */
.ImgSlide {
	width: 91%;
	font-size: 12px;
	line-height: 140%;
	vertical-align: top;
	margin: 18px 5% 10px 4%;
	text-align: center;
}
.ImgSlide h5 {
	font-size: 15px;
	margin: 0px 20px 8px 20px;
	padding: 0px 0px 0px 0px;
}
.ImgSlide p.Script {
	font-size: 12px;
	margin: 0px 20px 6px 20px;
	padding: 0px;
	text-align: left;
}
.ImgSlide p.Date {
	font-size: 12px;
	text-align: right;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
.ImgSlide img {
	border: 5px solid #DDDDDD;
	margin: 15px 12px 10px 12px;
	width: 400px;
}

.ImgSlide table {
	border-top: 1px solid #CCCCCC;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
}
.ImgSlide table td {
	vertical-align: top;
	width: 50%;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0px 5px 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 right;
	padding: 11px 25px 5px 0px;
}
.ImgSlide table td.Next a {
	background: url(../images/pager_next.gif) no-repeat top left;
	padding: 11px 0px 5px 25px;
}

