#wrap>div h2{
	margin-bottom: 1em;
}
#main-img{
	background-size:		cover;
	-webkit-background-size:cover;
	-moz-background-size: 	cover;
	-o-background-size: 	cover;
	padding: 210px 0 2em!important;
	margin: 0px 0;
	position: relative;
}
#main-img:after{
	background: url(../img/index/mainimg_bg_bottom.png) repeat-x center center;
	display: block;
	content: "";
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: 0;
}
#main-img-cal{
	width: 100%;
	height: 450px;
	margin: 0 auto;
}
#main-img-cal .item img{
	display: block;
	width: 700px;
	margin: 0 auto;
}
.flex-control-paging
{
	width: 700px;
	margin: 0 auto;
}


#topics{
	background: #C8B87B;
	color: #444;
}
#topics-box{
	width: 820px;
	margin: 0 auto;
	background: #fff;
	padding: 30px 30px 15px;

}
#topics dl{
	margin: 0;
}
#topics dl+dl{
/*	margin-top: -.5em;*/
}
#topics dt,#topics dd{
	text-align: left;
	font-size: 13px;
/*	font-size: .8em;
	padding: .5em 0;*/
	padding: .5em 0 .5em;
}
#topics dt{
	width: 8em;
	float: left;
	clear:both; 
}
#topics dd{
	margin-left: 0;
	padding-left: 7em;
	border-bottom: solid 1px #C8B87B;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#topics-hide{
	display:none;
}
#topics a
{
	color: #444;
	text-decoration: underline;
}
#topics a:hover
{
	text-decoration: none;
}
#issue{
	background: #f1eee4;
	color: #444;
	padding: 3em 0 0 !important;
}
#issue ul,#special-issue ul{
	width: 800px;
	margin: 0 auto;
}
#issue a{
	color: #444;
}
#issue li, #special-issue li{
	font-size: .8em;
	display: inline-block;
	margin: 0 5px 3em;
}
#issue li img, #special-issue li img{
	margin-bottom: 10px;
}
#wrap>div#special-issue{
	background: #2C2E32;
	padding: 3em 0 1em;
}
#special-issue li
{
	margin: 0 5px 2em;
}
.flex-direction-nav a{opacity:1;width:20px;height:35px;z-index:4;}
.flex-direction-nav a:before{display:none;}
.flex-direction-nav .flex-prev{left:20px;background-image:url(../img/index/slider_prev.png); top: 60%;}
.flex-direction-nav .flex-next{right:20px;background-image:url(../img/index/slider_next.png); top: 60%;}

.collectionList li
{
	padding-top: 10px;
}