/* Jump Search Carousel Widget */

.fp-jcarousel-container .jcarousel-container { 
		border: none; 
		background-color: #fff; 
		height: 150px; 
		}

.fp-jcarousel-container .jcarousel-container-horizontal { 
		padding: 10px 25px 10px 30px; 
		}

.fp-jcarousel-container .jcarousel-clip-horizontal { 
		height: 150px; 
		}

.fp-jcarousel-container .property_photo { 
		width: 130px; 
		height: 96px; 
		}

.fp-jcarousel-container .jcarousel-item { 
		width: 130px; 
		height: 150px; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		font-weight: bold; 
		color: #4a4949; 
		vertical-align: middle; 
		}

.fp-jcarousel-container .next_button { 
		position: absolute; 
		top: 26px; 
		right: 5px; 
		width: 15px; 
		height: 45px; 
		cursor: pointer; 
		}

.fp-jcarousel-container .prev_button { 
		position: absolute; 
		top: 26px; 
		left: 5px; 
		width: 15px; 
		height: 45px; 
		cursor: pointer; 
		}

.fp-jcarousel-container .jcarousel-description-container { 
		padding-top: 4px; 
		width: 130px; 
		}

.fp-jcarousel-container .jcarousel-price-text { 
		font-size: 11px; 
		width: inherit; 
		overflow: hidden; 
		white-space: nowrap; 
		}

.fp-jcarousel-container .jcarousel-address-text { 
		font-size: 9px; 
		width: inherit; 
		overflow: hidden; 
		white-space: nowrap; 
		}

.fp-jcarousel-container .jcarousel-city-state-text { 
		font-size: 9px; 
		width: inherit; 
		overflow: hidden; 
		white-space: nowrap; 
		}

.fp-jcarousel-container .jcarousel-beds-baths-text { 
		font-size: 9px; 
		width: inherit; 
		overflow: hidden; 
		white-space: nowrap; 
		}

.fp-jcarousel-container .jcarousel-line-three-text { 
		font-size: 9px; 
		width: inherit; 
		overflow: hidden; 
		white-space: nowrap; 
		}


/* Featured Listing Widget */

.widget-bg {
background-color:#fff;
border-color:#bbb;
border-style:solid;
border-width:2px 2px 8px;
}

.widget-text-bold {
color:#000000;
font-family:Verdana,arial,geneva,sans-serif;
font-size:12px;
font-weight:bold;
}