#mainSlideShow {
	background-color: #645353;
	padding: 0;
	overflow: hidden;	
	height: 540px;
	width: 960px;
	position: relative;
}


#theBigSlide {
	width: 960px;
	height: 445px;
	margin: 0;
	text-align:center;
}

#mainSlideShow .scroll {
	position:relative;
	overflow:hidden;
	width: 860px;
	height: 65px;
	float: left;
	margin: 15px 0;
}

#mainSlideShow .scroll .thumbs {
	width: 2000em;
	position:absolute;
	clear:both;
}

#mainSlideShow .thumbs div {
	float: left;
	width: 900px;
}

#mainSlideShow .scroll img {
	width: 91px;	
	height: 65px;
	margin: 0 15px 0 0;
}

#mainSlideShow .scroll img:hover {
	cursor: pointer;
}

#mainSlideShow a.browse {
	display:block;
	width: 50px;
	height: 40px;
	float: left;
	margin: 0;
	cursor: pointer;
	font-size: 1px;
}

#mainSlideShow a.right {
	clear: right; 
	margin: 25px 15px 0 12px;
	background: url(/images/bullets/header-arrow-right.png) 0 center no-repeat;
}
#mainSlideShow a.right:hover { 
	background: url(/images/bullets/header-arrow-right-o.png) 0 center no-repeat;
}

#mainSlideShow a.left { 
	margin: 25px 12px 0 15px;
	background: url(/images/bullets/header-arrow-left.png) 0 center no-repeat;
}
 
#mainSlideShow a.left:hover { 
	background: url(/images/bullets/header-arrow-left-o.png) 0 center no-repeat;
}

#mainSlideShow a.disabled {
	visibility:hidden !important;	
} 	




/* PROPERTY SCROLLERS
-----------------------------------------------*/

#propertyScroll {
	background-color: #9a908a;
	border-bottom: 15px solid #e8e8d9;
	overflow: hidden;	
	padding: 15px 0 10px 0;
	height: 175px;
	width: 960px;
}

#propertyScroll .scrollable {
	position: relative;
	overflow: hidden;
	width: 860px;
	height: 173px;
	float: left;
}

#propertyScroll .scrollable .items {
	/* this cannot be too large */
	width: 2000em;
	position: absolute;
	clear: both;
}

#propertyScroll .items div {
	float: left;
	width: 900px;
}

/* single scrollable item */
#propertyScroll .scrollable a {
	float: left;
	margin: 0 15px 0 0;
	width: 280px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#propertyScroll .scrollable a img {
	display: block;
	margin: 0 0 10px 0;
}

/* prev, next, prevPage and nextPage buttons */
#propertyScroll a.browse {
	display: block;
	width: 25px;
	height: 55px;
	float: left;
	margin: 0;
	cursor: pointer;
	font-size: 1px;
}

/* right */
#propertyScroll a.right {
	clear: right; 
	margin: 60px 12px 0 13px;
	background: url(/images/bullets/arrow-right.png) 0 center no-repeat;
}
#propertyScroll a.right: hover { 
	background: url(/images/bullets/arrow-right-o.png) 0 center no-repeat;
}


/* left */
#propertyScroll a.left { 
	margin: 60px 13px 0 12px;
	background: url(/images/bullets/arrow-left.png) 0 center no-repeat;
}
 
#propertyScroll a.left: hover { 
	background: url(/images/bullets/arrow-left-o.png) 0 center no-repeat;
}

/* disabled navigational button */
#propertyScroll a.disabled {
	visibility: hidden !important;		
} 	


/* SIMPLE ROTATION
-----------------------------------------------*/


#mainImages {
	width: 960px;
	height: 460px;
	background-color: #645353;
	overflow: hidden;
	position: relative;
}

#headerSlides {
    position: absolute;
	width: 960px;
    height: 350px;
	z-index: 12;
}

#headerSlides img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

#headerSlides img.active {
    z-index: 10;
}

#headerSlides img.last-active {
    z-index: 9;
}

#mainImages h4 {
	line-height: 60px;
	position: absolute;
	z-index: 20;
	width: 930px !important;
	width: 960px;
	width/**/:/**/930px;
}

#mainImages .dark {
	color: #3f2d31;
}	

#mainImages .light {
	color: #e8e8d9;
}

#mainImages .tl {
	top: 30px;
	left: 30px;
	text-align: left;
}

#mainImages .tr {
	top: 30px;
	text-align: right;
	padding-right: 30px;
}

#mainImages .bl {
	top: 330px;
	left: 30px;
	text-align: left;
}

#mainImages .br {
	top: 330px;
	text-align: right;
	padding-right: 30px;
}

#mainImages .big {
	font-size: 36px;
	line-height: 38px;
}

#mainImages .small {
	font-size: 24px;
	line-height: 25px;	
}

#slidePad {
	margin-left: 20px;
}
