#panelContainer {
	position: relative;
	width: 558px;
	height: 420px;
	overflow: hidden;
}

#panelContainer #top {
	height: 7px;
	line-height: 7px;
	background: transparent url(/images/about-content-top.gif) no-repeat bottom center;
}

#panelContainer #content {
	background: transparent url(/images/about-content-mid.gif) repeat-y top center;
	height: 286px;
}

#panelContainer #content #panelScroll {
	position: relative;
}

#panelContainer #bottom {
	height: 7px;
	line-height: 7px;
	background: transparent url(/images/about-content-bottom.gif) no-repeat top center;
}

.panel {
	position: absolute;
	width: 528px;
	height: 374px;
	margin: 8px 15px 8px 15px;
}

#panel1 {
	left: 0px;
}

#panel2 {
	left: 558px;
}

#panel3 {
	left: 1116px;
}

#panel4 {
	left: 1674px;
}

#panel5 {
	left: 2232px;
}

#panel6 {
	left: 2790px;
}

