
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 88px;
    height: 66px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
/* -------------------------------------------------------------------------- */
/* ---- MORE PHOTOS CAROUSEL ------------------------------------------------ */
/* -------------------------------------------------------------------------- */
/* ---- Less than 3 Photos ---------- */
.jjcarousel-more-photo-few .jcarousel-container {}
	.jcarousel-more-photo-few .jcarousel-container-horizontal {
    	width: 230px !Important;
    	padding: 0 35px !Important;
		}
		.jcarousel-more-photo-few .jcarousel-clip-horizontal {
    		width: 230px;
    		height: 53px;
			}
			.jcarousel-more-photo-few .jcarousel-item {
				width: 70px;
    			height: 53px;
				}
				.jcarousel-more-photo-few .jcarousel-item-horizontal {
    				margin: 0 10px 0 0;
					}
				.jcarousel-more-photo-few .jcarousel-item-placeholder {
    				background: #fff;
    				color: #000;
					}
/* ---- More than 3 Photos ---------- */
.jcarousel-more-photo .jcarousel-container {}
	.jcarousel-more-photo .jcarousel-container-horizontal {
    	width: 230px !Important;
    	padding: 0 35px !Important;
		}
		.jcarousel-more-photo .jcarousel-clip-horizontal {
    		width: 230px;
    		height: 53px;
			}
			.jcarousel-more-photo .jcarousel-item {
				width: 70px;
    			height: 53px;
				}
				.jcarousel-more-photo .jcarousel-item-horizontal {
    				margin: 0 10px 0 0;
					}
				.jcarousel-more-photo .jcarousel-item-placeholder {
    				background: #fff;
    				color: #000;
					}
	/* ---- Next Button ---------- */
	.jcarousel-more-photo .jcarousel-next-horizontal {
		position: absolute;
		top: 10px;
		right: 0;
		width: 35px;
		height: 35px;
		cursor: pointer;
		background: transparent url(http://static-img.frontdoor.com/images/v.1.6.0/next-horizontal_trans_bkg.gif) no-repeat 0 0;
		}
		.jcarousel-more-photo .jcarousel-next-horizontal:hover {
			background-position: -32px 0;
			}
		.jcarousel-more-photo .jcarousel-next-horizontal:active {
			background-position: -64px 0;
			}
		.jcarousel-more-photo .jcarousel-next-disabled-horizontal,
		.jcarousel-more-photo .jcarousel-next-disabled-horizontal:hover,
		.jcarousel-more-photo .jcarousel-next-disabled-horizontal:active {
			cursor: default;
			background-position: -96px 0;
			}
	/* ---- Previous Button ---------- */
	.jcarousel-more-photo .jcarousel-prev-horizontal {
    	position: absolute;
    	top: 10px;
    	left: 0;
    	width: 35px;
		height: 35px;
		cursor: pointer;
		background: transparent url(http://static-img.frontdoor.com/images/v.1.6.0/prev-horizontal_trans_bkg.gif) no-repeat 0 0;
		}
		.jcarousel-more-photo .jcarousel-prev-horizontal:hover {
			background-position: -32px 0;
			}
		.jcarousel-more-photo .jcarousel-prev-horizontal:active {
    		background-position: -64px 0;
			}
		.jcarousel-more-photo .jcarousel-prev-disabled-horizontal,
		.jcarousel-more-photo .jcarousel-prev-disabled-horizontal:hover,
		.jcarousel-more-photo .jcarousel-prev-disabled-horizontal:active {
			cursor: default;
			background-position: -96px 0;
			}









/* -------------------------------------------------------------------------- */
/* ---- PHOTO GALLERY CAROUSEL ---------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* ---- Less than 4 Photos ---------- */
.jcarousel-photo-gallery-few .jcarousel-container {}
	.jcarousel-photo-gallery-few .jcarousel-container-horizontal {
    	width: 574px;
    	padding: 0 32px !Important;
		}
		.jcarousel-photo-gallery-few .jcarousel-clip-horizontal {
    		width: 574px;
    		height: 178px;
			}
			.jcarousel-photo-gallery-few .jcarousel-item {
				width: 136px;
    			height: 102px;
				}
				.jcarousel-photo-gallery-few .jcarousel-item-horizontal {
    				margin: 0 8px 0 0;
					}
				.jcarousel-photo-gallery-few .jcarousel-item-placeholder {
    				background: #fff;
    				color: #000;
					}
/* ---- More than 4 Photos ---------- */
.jcarousel-photo-gallery .jcarousel-container {}
	.jcarousel-photo-gallery .jcarousel-container-horizontal {
    	width: 581px !Important;
    	padding: 0 32px !Important;
		}
		.jcarousel-photo-gallery .jcarousel-clip-horizontal {
    		width:  508px; 
    		height: 178px;
    		margin: 0 auto ;
			}
			.jcarousel-photo-gallery .jcarousel-item {
				width: 120px;  
    			height: 90px;   
    			}
				.jcarousel-photo-gallery .jcarousel-item-horizontal {
    				margin: 0 8px 0 0;
					}
				.jcarousel-photo-gallery .jcarousel-item-placeholder {
    				background: #fff;
    				color: #000;
					}
	/* ---- Next Button ---------- */
	.jcarousel-photo-gallery .jcarousel-next-horizontal {
		position: absolute;
		top: 40%; 
		right: 0;
		width: 32px;
		height: 32px;
		cursor: pointer;
		background: transparent url(http://static-img.frontdoor.com/images/v.1.6.0/next-horizontal.gif) no-repeat 0 0;
		}
		.jcarousel-photo-gallery .jcarousel-next-horizontal:hover {
			background-position: -32px 0;
			}
		.jcarousel-photo-gallery .jcarousel-next-horizontal:active {
			background-position: -64px 0;
			}
		.jcarousel-photo-gallery .jcarousel-next-disabled-horizontal,
		.jcarousel-photo-gallery .jcarousel-next-disabled-horizontal:hover,
		.jcarousel-photo-gallery .jcarousel-next-disabled-horizontal:active {
			cursor: default;
			background-position: -99px 0;
			}
	/* ---- Previous Button ---------- */
	.jcarousel-photo-gallery .jcarousel-prev-horizontal {
    	position: absolute;
		top: 40%;
    	left: 0;
    	width: 32px;
		height: 32px;
		cursor: pointer;
		background: transparent url(http://static-img.frontdoor.com/images/v.1.6.0/prev-horizontal.gif) no-repeat 0 0;
		}
		.jcarousel-photo-gallery .jcarousel-prev-horizontal:hover {
			background-position: -32px 0;
			}
		.jcarousel-photo-gallery .jcarousel-prev-horizontal:active {
    		background-position: -64px 0;
			}
		.jcarousel-photo-gallery .jcarousel-prev-disabled-horizontal,
		.jcarousel-photo-gallery .jcarousel-prev-disabled-horizontal:hover,
		.jcarousel-photo-gallery .jcarousel-prev-disabled-horizontal:active {
			cursor: default;
			background-position: -94px 0;
			}









/* -------------------------------------------------------------------------- */
/* ---- SIMILAR LISTINGS CAROUSEL ------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* ---- Less than 4 Listings ---------- */
.jcarousel-similar-listings-few .jcarousel-container {}
	.jcarousel-similar-listings-few .jcarousel-container-horizontal {
    	width: 558px !Important;
    	padding: 0 14px !Important;
		}
		.jcarousel-similar-listings-few .jcarousel-clip-horizontal {
    		width: 558px;
    		height: 150px;
			}
			.jcarousel-similar-listings-few .jcarousel-item {
				width: 120px;
    			height: 150px;
				}
				.jcarousel-similar-listings-few .jcarousel-item-horizontal {
    				margin: 0 26px 0 0;
					}
				.jcarousel-similar-listings-few .jcarousel-item-placeholder {
    				background: #fff;
    				color: #000;
					}
/* ---- More than 4 Listings ---------- */
.jcarousel-similar-listings .jcarousel-container {}
	.jcarousel-similar-listings .jcarousel-container-horizontal {
    	width: 558px !Important;
    	padding: 0 44px !Important;
		}
		.jcarousel-similar-listings .jcarousel-clip-horizontal {
    		width: 558px;
    		/* height: 150px; */
    		height: 100%;
			}
			.jcarousel-similar-listings .jcarousel-item {
				width: 120px;
    			/* height: 150px; */
    			height: 100%;
    			padding: 0 0 16px;
    			}
				.jcarousel-similar-listings .jcarousel-item-horizontal {
    				margin: 0 26px 0 0;
					}
				.jcarousel-similar-listings .jcarousel-item-placeholder {
    				background: #fff;
    				color: #000;
					}
	/* ---- Next Button ---------- */
	.jcarousel-similar-listings .jcarousel-next-horizontal {
		position: absolute;
		top: 55px;
		right: 0;
		width: 32px;
		height: 32px;
		cursor: pointer;
		background: transparent url(http://static-img.frontdoor.com/images/v.1.6.0/next-horizontal_trans_bkg.gif) no-repeat 0 0;
		}
		.jcarousel-similar-listings .jcarousel-next-horizontal:hover {
			background-position: -32px 0;
			}
		.jcarousel-similar-listings .jcarousel-next-horizontal:active {
			background-position: -64px 0;
			}
		.jcarousel-similar-listings .jcarousel-next-disabled-horizontal,
		.jcarousel-similar-listings .jcarousel-next-disabled-horizontal:hover,
		.jcarousel-similar-listings .jcarousel-next-disabled-horizontal:active {
			cursor: default;
			background-position: -99px 0;
			}
	/* ---- Previous Button ---------- */
	.jcarousel-similar-listings .jcarousel-prev-horizontal {
    	position: absolute;
    	top: 55px;
    	left: 0;
    	width: 32px;
		height: 32px;
		cursor: pointer;
		background: transparent url(http://static-img.frontdoor.com/images/v.1.6.0/prev-horizontal_trans_bkg.gif) no-repeat 0 0;
		}
		.jcarousel-similar-listings .jcarousel-prev-horizontal:hover {
			background-position: -32px 0;
			}
		.jcarousel-similar-listings .jcarousel-prev-horizontal:active {
    		background-position: -64px 0;
			}
		.jcarousel-similar-listings .jcarousel-prev-disabled-horizontal,
		.jcarousel-similar-listings .jcarousel-prev-disabled-horizontal:hover,
		.jcarousel-similar-listings .jcarousel-prev-disabled-horizontal:active {
			cursor: default;
			background-position: -94px 0;
			}
			
			
			
			
			
			
			
			
			
			

			
			
			
			
			
/*HOT LISTINGS*/
.jcarousel-skin-listings .jcarousel-container {}
	#hot_listings .jcarousel-container-horizontal {
		width: 530px !Important;
    	padding: 0 45px !Important;
		}
		.jcarousel-skin-listings .jcarousel-clip-horizontal {
    		width: 530px ;
    		height: 160px;
    		}
			.jcarousel-skin-listings .jcarousel-item {
				width: 116px;
    			height: 170px;
    			padding: 10px 6px 10px 0;
    			text-decoration: none;
				}
				.jcarousel-skin-listings .jcarousel-item-horizontal {
					margin:0 6px 0 6px;
					}
				.jcarousel-skin-listings .jcarousel-item-placeholder {
    				background: #fff;
    				color: #000;
					}

	.jcarousel-skin-listings .jcarousel-next-horizontal {
		position: absolute;
		top: 40px;
		right: 0px;
		width: 32px;
		height: 32px;
		cursor: pointer;
		background: transparent url(http://static-img.frontdoor.com/next-horizontal.gif) no-repeat 0 0;
		}
		.jcarousel-skin-listings .jcarousel-next-horizontal:hover {
			background-position: -32px 0;
			}
		.jcarousel-skin-listings .jcarousel-next-horizontal:active {
			background-position: -64px 0;
			}
		.jcarousel-skin-listings .jcarousel-next-disabled-horizontal,
		.jcarousel-skin-listings .jcarousel-next-disabled-horizontal:hover,
		.jcarousel-skin-listings .jcarousel-next-disabled-horizontal:active {
			cursor: default;
			background-position: -96px 0;
			}

	.jcarousel-skin-listings .jcarousel-prev-horizontal {
    	position: absolute;
    	top: 40px;
    	left: 0;
    	width: 32px;
		height: 32px;
		cursor: pointer;
		background: transparent url(http://static-img.frontdoor.com/prev-horizontal.gif) no-repeat 0 0;
		}
		.jcarousel-skin-listings .jcarousel-prev-horizontal:hover {
			background-position: -32px 0;
			}
		.jcarousel-skin-listings .jcarousel-prev-horizontal:active {
    		background-position: -64px 0;
			}
		.jcarousel-skin-listings .jcarousel-prev-disabled-horizontal,
		.jcarousel-skin-listings .jcarousel-prev-disabled-horizontal:hover,
		.jcarousel-skin-listings .jcarousel-prev-disabled-horizontal:active {
			cursor: default;
			background-position: -96px 0;
			}
			
			
			
			
			
/*HOT PROPERTIES*/
.jcarousel-skin-right .jcarousel-container {}
	#hot_properties .jcarousel-container-horizontal {
		width: 266px !Important;
		padding: 0 32px !Important;
		}
		.jcarousel-skin-right .jcarousel-clip-horizontal {
    		width: 256px;
    		height: 165px;
    		margin-left:10px;
			}
			.jcarousel-skin-right .jcarousel-item {
				width: 116px;
    			height: 165px;
    			padding:2px 0; 
    			margin-top:10px; 
    			display: inline; 
    			float: left; 
    			text-decoration: none;
				}
				.jcarousel-skin-right .jcarousel-item-horizontal {
    				margin-right: 15px;
   					}
				.jcarousel-skin-right .jcarousel-item-placeholder {
    				background: #fff;
    				color: #000;
					}

	.jcarousel-skin-right .jcarousel-next-horizontal {
		position: absolute;
		top: 50px;
		right: 0px;
		width: 32px;
		height: 32px;
		cursor: pointer;
		background: transparent url(http://static-img.frontdoor.com/next-horizontal.gif) no-repeat 0 0;
		margin-right:0
		}
		.jcarousel-skin-right .jcarousel-next-horizontal:hover {
			background-position: -32px 0;
			}
		.jcarousel-skin-right .jcarousel-next-horizontal:active {
			background-position: -64px 0;
			}
		.jcarousel-skin-right .jcarousel-next-disabled-horizontal,
		.jcarousel-skin-right .jcarousel-next-disabled-horizontal:hover,
		.jcarousel-skin-right .jcarousel-next-disabled-horizontal:active {
			cursor: default;
			background-position: -96px 0;
			}

	.jcarousel-skin-right .jcarousel-prev-horizontal {
    	position: absolute;
    	top: 50px;
    	left: 0;
    	width: 32px;
		height: 32px;
		cursor: pointer;
		background: transparent url(http://static-img.frontdoor.com/prev-horizontal.gif) no-repeat 0 0;
		}
		.jcarousel-skin-right .jcarousel-prev-horizontal:hover {
			background-position: -32px 0;
			}
		.jcarousel-skin-right .jcarousel-prev-horizontal:active {
    		background-position: -64px 0;
			}
		.jcarousel-skin-right .jcarousel-prev-disabled-horizontal,
		.jcarousel-skin-right .jcarousel-prev-disabled-horizontal:hover,
		.jcarousel-skin-right .jcarousel-prev-disabled-horizontal:active {
			cursor: default;
			background-position: -96px 0;
			}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

/*#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:999;
	top: 0px;
	left: 0px;
	background-color:#000000;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	/*
	background: #ffffff;
	*/
	z-index: 999;
	color:#000000;
	display:none;
	/*
	border: 1px solid #525252;
	*/
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#TB_caption{
	height:25px;
	padding:10px 30px 10px 15px;
	float:left;
	color: #666;
}

#TB_closeWindow{
	height:25px;
	padding:10px 15px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	font-weight:bold;
	font-size:14px;
}

#TB_title{
	background-color:#FFFFFF;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	overflow:visible;
	text-align:left;
	line-height:1.4em;
	padding:15px;
	
	/*background: #ffffff;*/
	/* comment out overflow:auto; padding:15px, background-color:#fff for Arthur's lightboxes */
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:9;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



























