

#page
{
	z-index: 1;
	width: 700px;
	border-style: solid;
	border-color: #000000;
	margin: 35px auto 36px;
}



#slideshow
{
	z-index: 2;
	width: 699px;
	height: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: transparent;
	padding-bottom: 120px;
	left: 0px;
	position: relative;
}

#n1
{
	position: absolute;
	z-index: 3;
	width: 699px;
	height: 120px;
	background-image: none;
	border-style: none;
	background-color: transparent;
	left: 0px;
}

#n2
{
	z-index: 4;
	width: 699px;
	height: 120px;
	border-style: none;
	background-color: #383838;
	margin-right: -700px;
	position: relative;
}

#n2_img, #n4_img
{
	vertical-align: top;
}

#n4
{
	z-index: 6;
	width: 700px;
	height: 120px;
	border-style: none;
	background-color: #383838;
	margin-right: -700px;
	position: relative;
}

