.apartment-table {
	border:2px solid #1b7eb0
}
#slideshow {
	width:951px;
	height:275px;
	background:url(images/footer-photogallery-bg.jpg);
}
#footerlinks {
	margin-top:20px;
	margin-left:10px;
}
#footerlinks a {
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#333;
	display:block;
	padding:5px 0 0 0
}
#content {
width:951px;
}
#content #padding {
	padding:28px 5px 10px 5px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
p {
	line-height:22px;
}
body {
	background-color: #eae1d0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #3399cc;
}
a:visited {
	color: #3399cc;
}
a:hover {
	color: #3CF;
}
a:active {
	color: #3399cc;
}


#pageheading {
	width:951px;
	height:45px;
	overflow:hidden;
	background:url(images/flashbordertop.jpg)
}

#pageheading h1 {
	font-size: 12px;
	text-align:center;
	margin:3px 0 0 0;
}



#bottomaddress {
	font-size:15px;
	line-height:25px;
	padding:5px 0 0 25px
}


#theSlideshow {
	padding:25px 0 0 0
}


ul {
	margin:0 0 0 20px;	
}


/* SIFR */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

h2 {
	font-size:20px;
	margin:0px 0 0px 0;	
	padding:10px 0 0 0;
	text-align:left
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 20px;
	height:30px;
}

/* LIGHTBOX */ 



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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: 12px Arial, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #3399cc; font-weight:bold }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #001a1c; }

-->







	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 177px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/177px;	/* Other browsers */
		height: /**/177px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background:#d1be99;
		padding:0px;
		cursor:hand
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background:#d1be99;
		padding:0px;
		cursor:hand
	}
	#theImages{
		position:absolute;
		height:176px;
		left:40px;
		width:100000px;
		
				
		background-color:#e8dfcc;
		padding-top:10px
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:2px;
		filter: alpha(opacity=80);
		opacity: 0.8;
		cursor:pointer;
		border:0px;
	}

	
	
	#theImages .imageCaption{
		display:none;
	}
