



/* Option buttons on property pages *===================================================/

.details div.module ul{
	float: none;
	margin: 0.2em 0 0.3em;
}

div#middleSection .module ul.optionButtons{
	margin: 10px 0 6px;
	padding: 0;
	list-style-type: none;
	float: none;
}

div#middleSection .module ul.optionButtons li{
	float: left;
	border-color: inherit;
	padding: 0;
	margin: 0;
	background: none;
}

div#middleSection .module ul.optionButtons li a{
	display: block;
	float: left;
	padding: 3px 3px 7px 22px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin-right: 12px;
}

div#middleSection .module ul.optionButtons li a:hover{
	padding-bottom: 7px;
}

div#middleSection .module ul.optionButtons a.emailButton{
	background-image: url(../images/icon-info.gif);
}

div#middleSection .module ul.optionButtons a.printButton{
	background-image: url(../images/icon-print.gif);
}

div#middleSection .module ul.optionButtons a.mapButton{
	background-image: url(../images/icon-map.gif);
}

div#middleSection .module ul.optionButtons a.floorplanButton{
	background-image: url(../images/icon-floorplan.gif);
}

div#middleSection .module ul.optionButtons a.vtourButton{
	background-image: url(../images/icon-vtour.gif);
}

div#middleSection .module ul.optionButtons a.HIPButton{
	background-image: url(../images/icon-hip.gif);
}

div#middleSection .module ul.optionButtons a.lightboxButton{
	background-image: url(../images/icon-lightbox.gif);
}



/* Details Slideshow ============================================================*/

div.slideshow {
	margin: 0px 10px 100px 0px;
	width: 530px;
	height: 1%;
	float: right;
}

div.slideshow img{
	border: none;
}

div.slideshow p {
	padding-top: 30px;
}

div.slideshow ul {
	background: -70px;
	left: 0px;
	position: absolute;
	overflow: hidden;
	padding: 5px 0;
	z-index: 500;
}

div.slideshow ul a {
	background-position: 50% 50%;
	cursor: pointer;
	display: block;
	height: 50px;
	margin-right: 5px;
	opacity: 0.5;
	width: 50px;
}

div.slideshow ul a.active,
div.slideshow ul a:hover {
	opacity: 1;
}
div.slideshow ul li {
	float: left;
	list-style: none;
}


/* Details Lightbox ==========================================================*/


div#middleSection .module ul.optionButtons li a.lightboxImage{
	display: none;
}

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 1000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 1000;
}



.lbLoading {
	background: #fff url(light-loading.gif) no-repeat center;
	z-index: 1000;
}



#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	z-index: 1000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 1000;
}

#lbPrevLink {
	left: 0;
	z-index: 1000;
}

#lbPrevLink:hover {
	background: transparent url(light-prev.gif) no-repeat 0% 15%;
	z-index: 1000;
}

#lbNextLink {
	right: 0;
	z-index: 1000;
}

#lbNextLink:hover {
	background: transparent url(light-next.gif) no-repeat 100% 15%;
	z-index: 1000;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	z-index: 1000;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 130px;
	height: 32px;
	background: transparent url(light-close.gif) no-repeat center;
	z-index: 1000;
	margin: 0px;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	z-index: 1000;
}

#lbCaption {
	font-weight: bold;
	z-index: 1000;
}








