	body.normal div.popwrapper {
		height: 500px;
		width: 650px;
		border: 0px;
		margin: 0px;
		background-image: url(../art/popbkg.jpg);
		overflow: hidden;
	}
	
	body.normal div.popwrapper div.titler{
		height: 50px;
		width: 650px;
		border: 0px;
		margin: 0px;
		position: absolute;
		z-index: 10;
	}
	
	body.normal div.popwrapper div.navver{
		height: 40px;
		width: 67px;
		border: 0px;
		margin: 0px;
		position: absolute;
		z-index: 11;
	}
	
	body.normal div.popwrapper div.photoplace{
		height: 300px;
		width: 450px;
		border: 0px;
		padding: 0px;
		position: absolute;
		z-index: 9;
		}
		
	body.normal div.popwrapper div.photonav{
		height: 450px;
		width: 30px;
		border: 0px;
		padding: 0px;
		background-color: #AAAAAB;
		text-align: center;
		font-family: verdana, arial;
		font-size: 9px;
		position: absolute;
		z-index: 8;
		line-height: 200%;
		}
		
	body.normal div.popwrapper div.photonav p{
		color: #eee;
		}
		
	body.normal div.popwrapper div.photonav a{
		color: #242d70;
		text-decoration: none;
		}
	
	body.normal div.popwrapper div.poptext{
		text-align: left;
		font-family: 'lucida unicode', 'lucida grande', 'lucida console', lucida, verdana, arial;
		background-color: #FFF;
		color: #000;
		width: 620px;
		height: 110px;
		position: absolute;
		z-index: 7;
		}
		
	body.normal div.popwrapper div.poptext p{
		text-align: left;
		font-family: 'lucida unicode', 'lucida grande', 'lucida console', lucida, verdana, arial;
		font-size: 11px;
		padding: 12px;
		}
