/* 图片奥运 */ 
/* 标题 */
.title_dg04{
	font-weight: normal;
	background: url(../gallery/img/gallery_title.jpg) no-repeat 0px 0px;
	padding: 10px 20px;	
	height: 36px;
}
.title_dg04 h3{
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
.title_dg04 h4{
	line-height: 24px;
	font-size: 12px;
	color: #666;
	padding: 0 0 0 2px;
}


/* 往日图片 */
.pic_before{
     width: 213px;
	 float: left;
	 margin: 10px; /* ie7 firefox */
	 _margin: 10px 5px; /* ie6 */
}
.pic_before_top{
	background: url(../img/zbyg_t.gif) no-repeat 0px 1px;
	height: 27px;
}
.pic_before_top .pic_before_title{
	vertical-align: super;
	margin-left: 60px;
}
.pic_content{
	border-right: 3px solid #CA0000;
	border-left: 3px solid #CA0000;
	height: 100%;
	padding: 0px 12px;
	overflow: hidden;
	color: #666;
}
.pic_content dl{
	margin: 8px 0 0 4px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
}
.pic_content dl dd{
	height: 25px;
	line-height: 25px;
	float: left;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}
.lastyear {
	width: 30px;
	color: #666;
}
.lastmonth {
	width: 20px;
}
.thismonth {
	width: 75px;
}
.nextmonth {
	width: 20px;
}
.nextyear {
	width: 30px;
}
.datebg{
	width: 25px;
	background: #fcebeb;
}
.nodate {
	width: 25px;
}
.pic_before_bottom{
	background: url(../img/zbyg_b.gif) no-repeat 0px 0px;
	height: 22px;
}

/* 往日图片日期链接 */
.picdate {
	width: 25px;
}
.picdate a,.picdate a:link,.picdate a:visited {
	color: #333;
	text-decoration: underline;
	display: block;
}
.picdate a:hover{
	color: #333;
	text-decoration: underline;
	background: #fcebeb;
}
.nopicdate {
	width: 25px;
	color: #999;
}
.today {
	background: #ff9999;
	color: #FFFFFF;
}

/* 内容 */
.gallery_column {
	margin: 10px 30px;
}
.gallery_top {
	background: url(../news/img/news_top.gif) no-repeat 0px 0px;
	width: 589px;
	height: 26px;
}
.gallery_content{
	border-left: 4px #fed4d6 solid;
	border-right: 4px #fed4d6 solid;
	+width: 545px; /* ie7 ie6 */
	width: 549px; /* firefox */
	height: 100%;
	+padding: 0 18px; /* ie7 ie6 */
	padding: 0 16px; /* firefox */
	overflow: hidden;
	padding-bottom: 20px;
}
.gallery_content dl {
	margin: 10px 10px 15px 10px;
	float: left;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	text-align: center;
	width: 116px;
}
.gallery_content dl dt {
	width: 110px;
}
.gallery_content dl dt img {
    padding: 2px;
	border: 1px solid #FFD4D7;
}
.gallery_content dl dd {
	width: 110px;
}
.gallery_bottom {
	background: url(../news/img/news_bottom.gif) no-repeat 0px 0px;
	width: 589px;
	height: 26px;
}