.white-large .title {FONT-SIZE: 30px; PADDING: 0;}
.white-large .boatname {FLOAT: left; WIDTH: 100%; FONT-SIZE: 25px; PADDING: 0;}
.white-large .gallery-title {FONT: bold 11px "Verdana"; PADDING: 10px 0 0 0;}

.white-large .sp {WIDTH: 205px; TEXT-ALIGN: center; PADDING: 25px 0 55px 0;}
.white-large .ground DL {FLOAT: left; WIDTH: 627px; PADDING: 5px 0 10px 0; MARGIN: 0;}
.white-large .ground DT {FLOAT: left; WIDTH: 130px; PADDING: 0 0 0 15px; MARGIN: 0;}
.white-large .ground DD {FLOAT: left; WIDTH: 480px; PADDING: 0 0 15px 17px; MARGIN: 0;}
.white-large .ground DD STRONG {DISPLAY: block; PADDING-BOTTOM: 5px;}
.white-large .ground DT IMG {PADDING: 3px; BORDER: 1px solid #1b2b4c;}

.white-large .ground OL {DISPLAY: block; FLOAT: left; LIST-STYLE: none; WIDTH: 626px; PADDING: 10px 0 30px 0; MARGIN: 0;}
.white-large .ground OL LI {WIDTH: 100px; PADDING: 5px 0 2px 0; MARGIN: 0; BORDER-BOTTOM: 1px solid #999;}
.white-large .ground OL LI.left {FLOAT: left; WIDTH: 290px;}
.white-large .ground OL LI.right {FLOAT: left; WIDTH: 336px;}
.white-large .ground OL.lr {DISPLAY: block; FLOAT: left;}
.white-large .ground OL.rr {DISPLAY: block; FLOAT: right;}

.white-large .preimage {FLOAT: left; WIDTH: 627px; MARGIN: 15px 0 0 0;}
.white-large .preimage IMG {MARGIN: 0 0 10px 0;}
.white-large .preimage .main {FLOAT: left; PADDING: 0;}
.white-large .preimage .main IMG {MARGIN: 0;}
.white-large .preimage .sub {FLOAT: left; PADDING: 0 25px 0 0;}
.white-large .preimage .sub IMG {PADDING: 3px; BORDER: 1px solid #1b2b4c;}

.white-large .gallery {FONT: bold 11px "Verdana";}
.white-large .gallery IMG {PADDING: 3px; BORDER: 1px solid #1b2b4c; MARGIN: 0 8px 8px 0;}

.white-large .sp P {PADDING: 0 0 5px 0; MARGIN: 0;}

.white-large .se-top {FLOAT: left; WIDTH: 627px; BACKGROUND: url(../images/search01_large.gif) no-repeat left top; PADDING: 0; MARGIN: 0;}
.white-large .se-bottom {FLOAT: left; WIDTH: 627px; BACKGROUND: url(../images/search02_large.gif) no-repeat left bottom; PADDING: 0; MARGIN: 0;}

.white-large .goto {FONT: bold 11px "Verdana"; PADDING: 10px 15px 0 15px; TEXT-ALIGN: right;}
.white-large .goto A {BACKGROUND: url(../images/goto.gif) no-repeat left 1px; PADDING: 0 0 0 15px;}

.white-large P.princess { BACKGROUND: url(../images/princess_bg.gif) no-repeat left 10px;}

/* //////////// Thumb Gallery //////////////////////// */
.photo {WIDTH: 450px; MARGIN: 0; TEXT-ALIGN: left; PADDING: 0; MARGIN: 0;}
.photo IMG {BORDER: 1px solid #1b2b4c; PADDING: 3px;}
.photo A {DISPLAY: block; BACKGROUND: url(../images/arrow.gif) no-repeat; WIDTH: 90px; CURSOR: default; HEIGHT: 69px; TEXT-DECORATION: none; PADDING: 0; MARGIN: 0; }
.photo A:hover {WHITE-SPACE: normal; POSITION: relative; cursor: pointer; PADDING: 0; MARGIN: 0;}
.photo A.hor:hover IMG {BORDER-COLOR: #fc0; LEFT: -10px; WIDTH: 100px; POSITION: absolute; TOP: -6px; HEIGHT: 66px; BACKGROUND-COLOR: #840303;}
.photo A:active {POSITION: static; outline: 0}
.photo A:focus {POSITION: static; outline: 0}
.photo A.hor:focus IMG {BORDER: #fc0 1px solid; PADDING: 3px; LEFT: 125px;  POSITION: absolute; WIDTH: 350px; TOP: 785px; HEIGHT: 234px; BACKGROUND-COLOR: #6c01010;}
.photo A.hor:active IMG {BORDER: #fc0 1px solid; PADDING: 3px; LEFT: 125px;  POSITION: absolute; WIDTH: 350px; TOP: 785px; HEIGHT: 234px; BACKGROUND-COLOR: #6c01010;}
.default-image {WIDTH: 365px; TOP: 0px; HEIGHT: 240px;}

#GalleryArea {WIDTH: 620px; HEIGHT: 344; BORDER: 1px solid #1b2b4c; PADDING: 3px; MARGIN: 0 0 5px 0;}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
.lbWidth {
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { 
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { 
	padding-left: 790px;
	}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}