html, body {
    background: #fae4ba;
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
}

div.box {
    padding: 30px 40px 0;
    margin: 0;
    position: relative;
    width: 560px;
    height: 550px;
}

h1 {
    margin: 0 0 20px;
    font-size: 12px;
    color: #2e4d6a;
    font-weight: bold;
}

h2 {
    font-size: 10px;
    margin: 0 0 8px 4px;
    font-weight: normal;
    color: #000;
}

#photohole {
	background-color: #fbe9c8;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 560px;
    height: 412px;
}

#photohole * {
    vertical-align: middle;
}

/*\*//*/
#photohole {
    display: block;
}
#photohole span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

#photohole span {
    _display: inline-block;
    _height: 100%;
}

p.photonav {
    margin: 0;
    height: 16px;
    position: absolute;
    top: 65px;
    right: 40px;
    font-size: 10px;
}

p.photonav a {
    text-decoration: none;
    color: #2e4d6a;
    padding-left: 8px;
}

p.photonav a:hover {
    text-decoration: underline;
}

img#currentphoto {
    display: block;
    margin: 0 auto;
	vertical-align: middle;
}

#imagecaption {
    position: absolute;
    color: #000;
    font-size: 10px;
    width: 560px;
    padding: 0;
    margin: 0;
    line-height: 1.4em;
}

#imagecaption div {
    margin: 0;
    padding: 19px;
    color: #000;
    width: 522px;
    background: url(../images/bg-caption.png);
    behavior: url(js/iepngfix.htc);
}

#photoselector {
    margin: 15px 0 0;
    width: 560px;
    height: 88px;
    white-space: nowrap;
    overflow: auto;
    text-align: center;
}

#photoselector ul {
    margin: 0;
    padding: 0;
}

#photoselector li {
    list-style: none;
    padding: 0;
    margin: 0 0 0 3px;
    display: inline;
    width: 84px;
    height: 65px;
    background-color: #fbe9c8;
}

#photoselector a {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

#photoselector img {
    vertical-align: top;
    border-style: solid;
    border-color: #fae4ba;
    border-width: 0 0 2px 0;
    margin: 0;
    padding: 0;
    width: 84px;
    height: 63px;
}

#photoselector .current img {
	border-bottom: 2px solid #2e4d6a;
}