A:link, a:visited, a:active {
	border-style: none;
	border-width: inherit;
	color: #ffffff;
	margin: inherit;
	outline-style: none;
	outline-width: inherit;
	padding: inherit;
	text-decoration: none;
}

a:hover {
	color: orange;
	text-decoration: none;
}

body {
	border-style: none;
	height: 100%;
	outline-style: none;
	overflow: hidden;
	width: 100%;
}

em {
	color: #ffffff;
	font-style: normal;
}

.menu {
	background-color: transparent;
	color: orange;
	font-family: Helvetica;
	font-size: 14pt;
	font-style: bold;
	height: 50px;
	position: absolute;
	width: 924px;
	z-index: 1;
}

.box {
	background-color: transparent;
	color: #ffffff;
	font-family: Helvetica;
	font-size: 10pt;
	height: 230px;
	overflow: auto;
	position: absolute;
	text-align: center;
	width: 255px;
	z-index: 1;
	
}

.main {
	border-style: none;
	color: ffffff;
	font-family: Helvetica;
	font-size: 10;
	height: 400px;
	outline-style: none;
	position: absolute;
	text-align: center;
	width: 804px;
	z-index: 0;
}

.caption_box {
	color: white;
	font-family: Helvetica;
	font-size: 10pt;
	height: 20px;
	position: absolute;
	text-align: center;
	width: 624px;
	z-index: 10;
}

.line {
	background-color: #FF0000;
	border-style: none;
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1024px;
}

.photo {
	background-color: transparent;
	height: 400px;
	overflow: hidden;
	position: absolute;
	width: 624px;
}

img {
	border-style: none;
	border-width: inherit;
	margin: inherit;
	outline-style: inherit;
	outline-width: inherit;
	padding: inherit;
}

.gallery {
	background-color: transparent;
	height: 400px;
	overflow: auto;
	position: absolute;
	width: 624px;
}

.navigate {
	background-color: transparent;
	border-style: none;
	height: 20px;
	outline-style: none;
	position: absolute;
	width: 624px;
}

