body {
	background-color: Black;
}
.hed1 {
	font-family: Century Gothic;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
}
.style777 {
	font-family: Century Gothic;
	font-size: 40px;
	color: #ffffff;
}
.text {
	font-family: Century Gothic;
	font-size: 13px;
}

.subcap {
	background-color : 232323;
	font-family: Century Gothic;
	font-size: 11px
}
A:LINK, A:ACTIVE, A:VISITED {
	background-color : none;
	color: White;
	text-decoration: underline;
}
A:HOVER {
	background-color : none;
	color: White;
	text-decoration: none;
}
p {
	font-family: Century Gothic;
	font-size: 13px;
}
.copy {
	font-family: Century Gothic;
	font-size: 11px;
	border: 1px #000000 solid;
	padding-top: 0px;
	padding-bottom: 0px;
}
.copyNoOutline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 0px;
}
.botnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: ;
}
.caption {
	font-family: Century Gothic;
	font-size: 13px;
	font-weight: ;
}

.captiongray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #ffffff;
}

.legend {
	background-color : Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.sold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: Red;
	text-transform: uppercase;
}
.rented {
	font-family: Century Gothic;
	font-size: 11px;
	text-transform: uppercase;
	color: 000000;
	background-color: Black;
}
.title {
	font-family: Century Gothic;
	font-size: 15px;
	font-weight: bold;
}
.titleLink {
	font-family: Century Gothic;
	font-size: 15px;
	font-color: #232323;
	font-weight: bold;
}

.border-black {border:1px solid black}
.border-dgrey {border:1px solid #232323;}
.border-mgrey {border:1px solid #141414;}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	height:100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #232323;
}

.lbLoading {
	background: #232323 url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 11px solid #232323;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	background: transparent;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0; 	
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 1.25em;
	text-align: left;
	border: 10px solid #232323;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 1px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


