@charset "utf-8";
/* 新聞局駐外單位 德國 中文版 */
/* CSS Document for cp_g */

@import url("common.css");
@import url("cp_common.css");

/* --------------------------------------------------------- 大圖內容頁 */
.ImgSlide {
	width: 91%;
	font-size: 12px;
	line-height: 140%;
	vertical-align: top;
	margin: 18px 5% 10px 4%;
	text-align: center;
	border: 1px solid #666;
}
.ImgSlide h5 {
	font-size: 15px;
	font-weight: normal;
	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;
	color: #666;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
.ImgSlide img {
	border: 7px solid #FFFCEE;
	margin: 15px 12px 10px 12px;
	width: 480px;
}

.ImgSlide table {
	border-top: 1px solid #666;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
	background: #F5F5F5;
}
.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: 2px 20px 5px 0px;
}
.ImgSlide table td.Next a {
	background: url(../images/pager_next.gif) no-repeat top left;
	padding: 2px 0px 5px 20px;
}

