@charset "utf-8";
/* CSS Document */

#slideshow {
	width:  668px;
	height: 428px;
	padding: 0;
	margin:  0;
	overflow: hidden;
} 
#caption {
	border-bottom: solid 2px #382C1B;
	margin: 0 0 10px 0;
	padding-top: 5px;
	background-image: url(../images/bg_content_trans.png);
}
#captionNeighborhood {
	font-size: 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding: 0;
	margin: 5px 0 0 10px;
} 
#captionDescription {
	font-size: 14px;
	color: #382C1B;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 10px;
} 
#captionURL {
	margin: 5px 0 7px 0;
}
#captionURL a {
	height: 25px;
	background-image:url(../images/bg_slideshowbutton.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 7px 35px 0 15px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: #FFC425;
	float: right;
} 
#captionURLall a {
	font-size: 10px;
	color: #003300;
	float: right;
	clear: right;
	margin: 5px 10px 0 0;
}
#slideshow img {  
    border:  4px solid #493419; 
    width:  660px; 
    height: 420px; 
    top:  0; 
    left: 0;
		z-index: 0; 
} 
#slideshowNav { height: 5px; margin: -25px 10px 25px 10px; position: relative; z-index: 100; }
#slideshowNav  li { float: left; list-style: none}
#slideshowNav  a { width: 5px;  height: 5px; margin: 0 3px; padding: 0 5px; border: 1px solid #7E725B; background: #fff; text-decoration: none }
#slideshowNav  a.activeSlide { background: #DFB050; color: black }
#slideshowNav  a:focus { outline: none; }
