.property-map {
	background-image:url(/assets/images/property/map-bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	height:492px;
	width:535px;
	border:1px solid #ccc;
	padding:1px;
	float:right;
	position:relative;
}

.property-map .property-bubble {
	width:192px;
	height:104px;
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	z-index:30;
	opacity:1 !important;
	display:none;
}

.property-map .above-left {
	background-image:url(/assets/images/property/rightcol/speech-above-left.png);
	padding:20px 25px 40px 25px;
}

.property-map .above-right {
	background-image:url(/assets/images/property/rightcol/speech-above-right.png);
	padding:20px 25px 40px 25px;
}

.property-map .below-left {
	background-image:url(/assets/images/property/rightcol/speech-below-left.png);
	padding:40px 25px 20px 25px;
}

.property-map .below-right {
	background-image:url(/assets/images/property/rightcol/speech-below.png);
	padding:40px 25px 20px 25px;
}

.property-bubble img.thumb {
	/*
	height:60px;
	width:60px;
	float:right;
	*/
	border:1px solid #999;
	/*
	margin:5px 0 5px 5px;
	*/
}

.property-bubble h4 {
	color:#666;
	font-size:1em;
	font-weight:bold;
	/* margin:5px 0 10px 0; */
	margin: 6px 0 2px 0;
}

.property-bubble p {
	color:#5a8727;
	font-size:0.9em;
}

.property-bubble p.future-property {
	color:#ff2b21;
}

a.place-marker {
	width:16px;
	height:17px;
	padding:0 0 0 1px;
	line-height:16px;
	vertical-align:middle;
	overflow:hidden;
	position:absolute;
	z-index:10;
	background-image:url(/assets/images/property/rightcol/small-point-red.png);
	background-repeat:no-repeat;
	background-position:top left;
	color:#fff;
	font-size:0.8em;
	font-weight:bold;
	display:block;
	text-align:center;
}

a.place-marker:hover {
	
}

#property-list {
	float:left;
	width:156px;
}

#property-list a {
	font-size:0.9em;
	float:left;
	clear:both;
	text-align:right;
	width:144px;
	height:40px;
	display:block;
	
	padding:5px;
}

#property-list li {
	display:block;
	float:left;
	clear:left;
	background-image:url(/assets/images/property/leftcol/li-bg-fade.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	position:relative;
}

#property-list p {
	float:right;
	text-align:right;
	cursor:pointer;
}

#property-list p.number {
	width:15px;
	position:absolute;
	top:28px;
	left:0;
	font-size:1.3em;
	font-weight:bold;
	color:#bbb;
}

#property-list p {
	width:140px;
}

/** carousel **/

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	width:156px;
}

.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-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width:156px;
    height: 50px;
}

/**
 * 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;
}

.jcarousel-skin-tango {
	width:154px;
	float:left;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width:156px;
    height: 415px;
    padding: 40px 0;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:156px;
	height:415px;
}

.jcarousel-skin-tango .jcarousel-item {
	position:relative;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    right:10px;
    width: 117px;
    height: 26px;
    cursor: pointer;
    background-image:url(/assets/images/property/leftcol/scroll-button-down.png);
	background-repeat:no-repeat;
	background-position:0 0 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -27px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -27px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -54px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    right: 10px;
    width: 117px;
    height: 27px;
    cursor: pointer;
    background-image:url(/assets/images/property/leftcol/scroll-button.png);
	background-repeat:no-repeat;
	background-position:0 0 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position:0 -27px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position:0 -27px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
	background-position:0 -54px;
   
}

