@charset "utf-8";
/* CSS Document */
#pics_out {
	width: 896px;
	height: 269px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
}
#pics_in {
	width: 896px;
	height: 269px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	cursor: pointer;
}
#pics_txt {
	width: 896px;
	height: 3em;
	background-color: #ccc;
	padding: 4px;
	text-align: left;
}
