.leftscene, .rightscene, .fullscene, .rightscene1 {
	margin: 10px auto;
	overflow: scroll;
	padding:0px 8px 4px 8px;
	border-top:4px #888 double;
	border-left:4px #888 double;
	}

.rightscene, .rightscene1 {
	float:right;
	}

.leftscene {
	float:left;
	}

.rightscene p, .leftscene p, .fullscene p {
	font-size:90%;
	}


.leftscene, .rightscene {
	width: 310px;
	height: 280px;
	}

	.fullscene {
	width: 630px;
	height: 370px;
	}

	.rightscene1 {
	width: 255px;
	height: 510px;
	font-size: 90%;
	text-align: left;
	}

