html, body {width:100%; height:100%; overflow:hidden;} 
body {margin: 0; padding: 0;}
#layout {position:relative; width:100%; height:100%; overflow:auto;}
#big_img
{
	position:absolute;
	top: 0;
	left: 0;
	z-index:1;
	visibility:hidden;
	width: 100%;
	height: 100%;
	background: url("images2/bg-bi.png");
}
#here_img .nav_l {float: left; margin: 10px 0 10px 0;}
#here_img .nav_r {float: right; text-align: right; margin: 10px 0 10px 0;}
#here_img {border: 1px solid #000; background-color: #fff; padding: 10px 10px 0 10px;}
#here_img img {border: 1px solid #dedede;}
#here_img a {margin: 0 10px 0 10px;}

.tn-image {border: 1px solid #dedede; margin: 0 5px 5px 0; float: left; cursor: pointer;}
