.banner {
	width:464px;
	height:348px;
}

ul#overlay li a .caption {
	display: none;
}

#slideshow {
	float: left;
	position:relative;
	padding:0 0 10px 0;

/*

	Note: Changed height to min-height

*/

	min-height:285px;
	background: url(../images/bg-slideshow.png) no-repeat 405px 105px;
	width:100%;
}

div.new #slideshow {
	float: left;
	position:relative;
	padding:0 0 10px 0;

/*

	Note: Changed height to min-height

*/


	min-height:310px;
	background: url(../images/bg-slideshow.png) no-repeat 405px 125px;
}

#slideshow #photo{
	width:380px;
	float:left;
}
#slideshow #photo img{
	width:380px;
	height:285px;
}

div.new #slideshow #photo img{
	height:225px;
	width:380px;
}

#slideshow #caption {
	width:215px;
	float:right;
	color:#a39659;
	line-height:18px;

}
div.new #slideshow #caption {
	clear: both;
	position:relative;
	top:10px;
	color:#a39659;
	padding:0 0 0 15px;
	line-height:18px;
	width:100%;
	float:left;
}

#slideshow ul {
	float: right;
	list-style:none;
	margin:0 0 0 5px;
	width:215px;
}

div.new #slideshow ul {
	float: right;
	list-style:none;
	margin:0 0 0 5px;
	height:225px; width:215px
}

#slideshow ul li a span {
	display: none;
}

#slideshow ul li {float:left; margin-right:3px}

#slideshow ul li a img{
	width:50px;
	height:29px;
}
li.lmt {
	float:none;
	clear:both;
	margin:10px 0 0 0;	
}

#slideshow ul li.lmt a img{
	width:211px;
	height:65px;
}

.googlemap {
	width: 590px;
	height: 300px;
}



