@charset "UTF-8";
/* CSS Document */

div.metacontainer {
	width: 870px;
	height: 600px;
	}



html .scrollbox, body .scrollbox {
	width: 240px;
	height: 400px;
	overflow: hidden;
	float: left;
	margin-top: 100px;
}

.topscroll{
	width: 240px;
	height: 400px;
}

.bottomscroll{
	width: 240px;
	height: 400px;
}

.thirdscroll{
	width: 240px;
	height: 400px;
}

.fourthscroll{
	width: 240px;
	height: 400px;
}

.fifthscroll{
	width: 240px;
	height: 400px;
}

.lefttcol{
	border: none;
	float: left;
	width: 80px;
}

.midcolumn{
	border: none;
	float: right;
	clear: both;
	width: 80px;
	text-align: right;
}

.rightcol{
	border: none;
	width: 80px;
	float: right;
	text-align: center;
}

.scrollbox img {
border: none;
margin-bottom: 20px;

}




