@charset "utf-8";
/* CSS Document */

.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-top: 17px;
	margin-left: 20px;
	color: #f4efe2;
}

.intro p {
	margin-bottom: 20px;
}

.featured {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 30;
	width: 140px;
	height: 510px;
	
	background: transparent; 
	background:rgba(255,255,255,0.7);
	background:rgba(255,255,255);
	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3FFFFFF,endColorstr=#B3FFFFFF)"; /* IE8 */  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3FFFFFF,endColorstr=#B3FFFFFF);   /* IE6 & 7 */      
	zoom: 1;
	
	text-align: center;
	
	font-family: "Gill Sans", "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	color: #373230;
	
	padding-top: 10px;
}

.featured li {
	width: 140px;	
}

.featured .viewall {
	display: block;
	font-size: 10px;
	color: #373230;
	text-decoration: none;
	margin: 7px 0;
}

.featured .viewall:hover {
	color: #85371e;
}

.featured .viewall span {
	color: #85371e;
}

.dynamicListing {
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.dynamicListing .imageHolder {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0 auto 5px;
	border: 1px solid #373230;
}

.dynamicListing .imageHolder img {
	height: 80px;
	width: auto;
}

.dynamicListing .detailsHolder {
	font-size: 11px;
}

.dynamicListing .detailsHolder a {
	text-decoration: none;
	text-transform: uppercase;
}

.dynamicListing .detailsHolder .address {
	display: block;
	color: #410000;
	font-weight: bold;
	height: 16px;
	overflow: hidden;
}

.dynamicListing .detailsHolder .city {
	color: #373230;
}

.featured .next, .featured .prev {
	display: block;
	width: 28px;
	height: 8px;
	margin: 0 auto;
}

.featured .next span, .featured .prev span {
	display: none;
}

.featured .prev {
	background: url("../images/global/arrow_up.png") no-repeat top center;
}

.featured .next {
	background: url("../images/global/arrow_down.png") no-repeat top center;
}

.featured .disabled {
	visibility: hidden;
}

/* ----------------------------- Slideshow Layout */
div.slideshow-container {
	width: 100%;
	outline:none;
	position: relative;
	text-align: left;
	
	margin-left: 1px;
}

div.loader {
	background: #FFF url("../images/ajax-loader.gif") no-repeat center center;
	height: 520px;
	width: 759px;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow {
	height: 520px;
	width: 760px;
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 520px;
	width: 759px;
}

div.slideshow span.image-wrapper img {
	height: 520px;
	width: auto; 
}

#thumbs {
	display: none;
}

#controls {
	display: none;
}

#caption {
	display: none;
}


