#fpbg {
	height: 100px;
	width: 100px;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#fpimg, #fpvid {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	padding: 0;
}

#fpnav {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	padding: 0;
	width: 600px;
	padding: 0;
}

#fpnavinner {
	width: 150px;
	height: 30px;
	margin: 0 225px 0 225px;
	padding: 0;
	padding: 0;
	background: url('navbg.png') center center no-repeat;
}

#fpnav a {
	color: #fff;
	font: 20px bold arial,sans-serif;
	text-decoration: none;
	margin: 0;
	padding:0;
	text-align: center;
	display: block;
	float: left;
	width: 50px;
	height: 30px;
	outline: 0;
	background-color: none;
}

#fpname {
	color: #fff;
	font: 12px normal arial,sans-serif;
	text-align: center;
	clear: both;
}

#fpspinner {
	height: 70px;
	width: 70px;
	background: url('fpspinner.gif') center center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

embed {
	background: url('fpspinner.gif') center center no-repeat;
}

.folioport {
	display: block;
}

#fpholder {
	display: none;
	background-color: #000;
	border: solid 1px #fff;
	position: absolute;
	top: 20px;
	left: 0;
	color: #fff;
	padding: 20px;
	width: 480px;
	height: 600px;
	font: normal 11px arial,sans-serif;
}

#fpholder a {
	color: #fff;
}

#fpholder #wide {
	float: left;
	height: 250px;
	width: 300px;
	margin-bottom: 40px;
}

#fpholder #tall {
	float: left;
	height: 600px;
	width: 160px;
	margin-right: 20px;
}

#fpholder object{
	display: none;
}

#fpholder #text {
	float: left;
	display: none;
	width: 300px;
}

#fpholder #text #nav {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 300px;
}

#fpholder #text #nav #prev {
	float: left;
	width: 30px;
	margin: 0 0 50px 50px;
	height: 12px;
	width: 20px;
	background: url('btn_arrw_left.jpg') left top no-repeat;
	text-indent: -9999px;	
}

#fpholder #text #nav #next {
	float: left;
	width: 30px;
	margin: 0 0 50px 130px;
	height: 12px;
	width: 20px;
	background: url('btn_arrw_right.jpg') left top no-repeat;
	text-indent: -9999px;
}

#fpholder #text #nav #close {
	float: right;
	clear: both;
	height: 12px;
	width: 12px;
	background: url('btn_close.jpg') left top no-repeat;
	text-indent: -9999px;
}

