

body {
	
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
.kong{ width:1000px; height:155px;}
#content {
	width: 990px;
	margin: auto;
	padding: 3px;
	background: #FFF;	
	border: 1px solid #BBB;
}



.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

a { 
	outline-color: #888;	
}
#images a {
			margin-right: 14px;
		}

		#images a img {
			vertical-align: top;
		}

		#credit {
			clear: both;	
			margin-top: 2px;
			font-size: 12px;
			font-family: Verdana;
			color:#F30;
		}
	#images .tu1{ float:left; width:322px; height:510px;}
	#images .tu2{ float:right; width:652px; height:510px; position:relative;}
	#images .tu2 .tu2_top{ position:absolute; top:0; left:0px; width:647px; height:252px;}
	#images .tu2 .tu2_top .tu2_left{ float:left; width:321px; height:252px;}
	#images .tu2 .tu2_top .tu2_rigth{ float:right;width:321px; height:252px;}
	
	
	
	#images .tu2 .tu2_down{ position:absolute; top:257px; left:0px; width:647px; height:253px;}
	#images .tu2 .tu2_down .tu2_down1{ float:left; width:321px; height:253px;}
	#images .tu2 .tu2_down .tu2_down2{ float:right; width:321px; height:253px;}
	
#imgbox-loading {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/imgbox-spinner.gif) center center no-repeat;
	cursor: pointer;
	display: none;
	z-index: 90;
}

#imgbox-loading div {
	background: #FFF;
	width: 100%;
	height : 100%;
}

#imgbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 80;
}

.imgbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	display: none;
	z-index: 90;
}

.imgbox-img {
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.imgbox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url(../images/imgbox-close.png) top left no-repeat;
	cursor: pointer;
	outline: none;
}

.imgbox-title {
	padding-top: 10px;
	font-size: 11px;
	text-align: center;
	font-family: Arial;
	color: #333;
	display: none;
}

.imgbox-bg-wrap {
	position: absolute;
	padding: 0;
	margin: 0;
	display: none;
}

.imgbox-bg {
	position: absolute;
	width: 20px;
	height: 20px;
}

.imgbox-bg-n {
	left: 0;
	top: -20px;
	width: 100%;
	background: url(../images/imgbox-bg-n.png) repeat-x;
}

.imgbox-bg-ne {
	right: -20px;
	top: -20px;
	background: url(../images/imgbox-bg-ne.png) no-repeat;
}

.imgbox-bg-e {
	right: -20px;
	top: 0;
	height: 100%;
	background: url(../images/imgbox-bg-e.png) repeat-y;
}

.imgbox-bg-se {
	right: -20px;
	bottom: -20px;
	background: url(../images/imgbox-bg-se.png) no-repeat;
}

.imgbox-bg-s {
	left: 0;
	bottom: -20px;
	width: 100%;
	background: url(../images/imgbox-bg-s.png) repeat-x;
}

.imgbox-bg-sw {
	left: -20px;
	bottom: -20px;
	background: url(../images/imgbox-bg-sw.png) no-repeat;
}

.imgbox-bg-w {
	left: -20px;
	top: 0;
	height: 100%;
	background: url(../images/imgbox-bg-w.png) repeat-y;
}

.imgbox-bg-nw {
	left: -20px;
	top: -20px;
	background: url(../images/imgbox-bg-nw.png) no-repeat;
}