@charset "gb2312";

/* reset start */
p,ol,li,ul,h1,h2,h3,h4,h5,h6,form,table,tr,td{margin:0;padding:0;}
fieldset,img{border:0;}
ol,li,ul{overflow:hidden;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}

body{word-wrap:break-word;}
a{color:#000;text-decoration:none;}
a:hover{color:#f00;text-decoration:underline;}
li, a{text-overflow:ellipsis;}
/* reset end */

/* global */
#wrap{position:relative;width:960px;margin:0 auto;overflow:hidden;}
	.phd, .pbd, .pft{width:960px;overflow:hidden;}
	.mod{overflow:hidden;}

	/* phd */
	.phd{padding-top:}

	#logo{float:left;}
	#phdNav{float:left;padding-left:14px;font-size:18px;font-weight:bold;}
	#phdNav li{float:left;height:31px;_display:inline;padding:15px 8px 0;}
	#phdNav li a{display:block;border-bottom:3px solid #ccc;}
	#phdNav li a:hover{border-bottom:3px solid #f00;text-decoration:none;}

	/* pbd */
	h1{display:none;}
	.pbd{height:550px;/*background:url(stageBg.jpg);*/}
	.pbd .mod{_display:inline;float:left;}
	.pbd h3{float:left;width:716px;text-align:center;border-bottom:2px solid #f00;margin:0 0 1px 20px;
		_display:inline;}
	#back{float:left;;padding:0 8px;border-bottom:2px solid #ccc;}
	#back:hover{text-decoration:none;border-bottom:2px solid #f00;}
		
		/* pbdNav */
		#pbdNav{float:left;width:100px;text-align:center;padding:15px 20px 0 0;}
		#pbdNav h2{background:#000;color:#fff;padding:5px;}
		#pbdNav li{margin:3px 0;}
		#pbdNav li a{display:block;width:90px;padding:5px;background:#eee;}
		#pbdNav li a:hover{padding-bottom:2px;border-bottom:3px solid #f00;text-decoration:none;color:#000;}

/* imageFlow */
	#imageFlow {
	width: 720px;
	height: 500px;
	background: #000;
	overflow: hidden;
	position: relative;
	float:left;
	}
	#imageFlow .diapo {
		position: absolute;
		left: -3000px;
		cursor: pointer;
		-ms-interpolation-mode: nearest-neighbor;
	}
	/*#imageFlow .link {
		border: dotted #fff 1px;
		margin-left: -1px;
		margin-bottom: -1px;
	}*/
	#imageFlow .bank {
		display:none;
	}
	#imageFlow .top {
		position: absolute;
		width: 100%;
		height: 40%;
		background: #181818;
	}
	#imageFlow .text {
		position: absolute;
		left: 0px;
		width: 100%;
		bottom: 16%;
		text-align: center;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		z-index: 1000;
	}
	#imageFlow .title {
		font-size: 0.9em;
		font-weight: bold;
	}
	#imageFlow .legend {
		font-size: 0.8em;
	}
	#imageFlow .scrollbar {
		position: absolute;
		left: 10%;
		bottom: 10%;
		width: 80%;
		height: 16px;
		z-index: 1000;
	}
	#imageFlow .track {
		position: absolute;
		left: 1%;
		width: 98%;
		height: 16px;
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
	#imageFlow .arrow-left {
	position: absolute;
	left: 0px;
	}
	#imageFlow .arrow-right {
		position: absolute;
		right: 0px;
	}
	#imageFlow .bar {
		position: absolute;
		height: 16px;
		left: 25px;
	}

