
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#page, #footer_inner {
	margin: 0 auto;
	width: 960px;
}
h1#logo {
	background: url('../img/logo.jpg') no-repeat 50% 25px;
	overflow: hidden;
	height: 93px;
	padding: 25px 0;
}
h1#logo a {
	display: block;
	text-indent: -9999px;
	height: 93px;
}
#container {
	margin: 0 auto;
}
#container h2 {
	font-weight: normal;
	line-height: 28px;
}
#container p {
	padding: 10px 0;
}
.credit {
	text-align: center;
	padding: 20px 0 100px;
	font-size: 10px;
}

a:hover {
	text-decoration: underline;
}

.demotips {
	margin: 0 auto;
	text-align: center;
	font-size: 25px;
}
.demotips a {
	margin: 0 10px;
}
/*-核心代码-*/
/* Menu style */
#timeline {
	width: 800px;
	height: 350px;
	overflow: hidden;
	margin: auto;
	position: relative;
	background: url('../images/dot.gif') left 45px repeat-x;
}
#dates {
	width: 800px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	background: url('../images/biggerdot.png') center bottom no-repeat;
}
#dates a {
	line-height: 48px;
	padding-bottom: 10px;
    color:#2a6b9e;
	font-family:arial;
	font-weight:bold;
}
#dates .selected {
	font-size: 38px;
}
#issues {
	width: 800px;
	height: 350px;
	overflow: hidden;
}
#issues li {
	width: 800px;
	height: 350px;
	list-style: none;
	float: left;
}
#issues li img {
	float: left;
	margin: 70px 20px 40px 50px;
}
#issues li h1 {
	color: #981e23;
	font-size: 40px;
	margin-bottom: 20px;
    margin-left: 70px;
    margin-right: 70px;
    text-shadow: #fff 1px 1px 1px;
	font-family:arial;
}
#issues li p {
	color: #222;
	font-size: 14px;
	margin-right: 70px;
	font-weight: normal;
	line-height: 22px;
	margin-left: 70px;
     /*- text-shadow: #000 1px 1px 2px;-*/
	 font-family:arial;
}
#grad_left,  #grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
}
#grad_left {
	left: 0;
	background: url('../images/grad_left.png') repeat-y;
} 
#grad_right {
	right: 0;
	background: url('../images/grad_right.png') repeat-y;
} 
#next,  #prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 170px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next:hover,  #prev:hover {
	background-position: 0 -76px;
}
#next {
	right: 10px;
	background-image: url('../images/next.png');
}
#prev {
	left: 10px;
	background-image: url('../images/prev.png');
}
#next.disabled,  #prev.disabled {
	opacity: 0.2;
}
