@charset "utf-8";
/*------------------------------------------- begin tian'anmen content ------------------------------------------------*/
.contentbox, .container {
	min-width: 1150px; /* Specify the min-width (368px + pictures maxwidth + 10px) */
	z-index: 100;
}
.content {
	min-width: 772px; /* Specify exactly the maximum width of pictures */
	z-index: 100;
}
* html .contentbox, * html .container {
	width: 1150px;	/* CSS-Hack for IE6 */  
}
* html .content {
	width: 772px;	/* CSS-Hack for IE6 */ 
}
.tianpics img {
	position: absolute;
	top: 0;
	left: 0;
	width: 772px;
	height: 450px;
	border: 0;
	overflow: hidden;
}
/*------------------------------------------- end tian'anmen content ------------------------------------------------*/
