.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-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 75px;
    height: 75px;
	}
.jcarousel-next {
    z-index: 3;
    display: none;
	}
.jcarousel-prev {
    z-index: 3;
    display: none;
	}

/* Latest Developments 
----------------------------------------- */
.featured-properties-box .jcarousel-container {
	min-height: 200px;
    height: auto !important;
    height: 200px;
	}
body.home .featured-properties-box .jcarousel-container {
    min-height:144px;
    height:auto !important;
    height:144px;
	}
	.featured-properties-box .jcarousel-container-horizontal {
		width: 230px;		
		padding:0;
		position: relative;
		}
		body.home .featured-properties-box .jcarousel-container-horizontal {
			width: 448px;
			}
		.featured-properties-box .jcarousel-clip-horizontal {
			width: 198px;
			w\idth: 182px;
			/*height: 195px;*/
			height: auto;
			padding: 5px 6px;
			float: left;
			margin: 0 16px;
			_margin: 0 8px;
			}
			body.home .featured-properties-box .jcarousel-clip-horizontal {
				padding: 5px 7px 5px 15px;			
   				width: 416px;
   				w\idth: 394px;
   				/*height: 142px;
   				he\ight: 132px;*/
   				height: auto;		
				}
			.featured-properties-box .jcarousel-list {
				margin: 0;
				padding: 0;
				}
			.featured-properties-box .jcarousel-item {
				/*height: 195px;*/
				height: auto;
				width: 182px;
				}
			body.home .featured-properties-box .jcarousel-item {
				width: 394px;
				/*height: 132px;*/
				height: auto;
				}				
			.featured-properties-box .jcarousel-item-horizontal {
				margin-right: 15px;
				}


/* Horizontal Buttons */

.featured-properties-box .jcarousel-next-horizontal {
    width: 25px;
    height: 116px;
    cursor: pointer;
	background: transparent url(/images/buttons/button-of-gallery-right.png) no-repeat right center;
	position: absolute;
	top: 15px;
	right: -10px;
	z-index: 50;
	}
.featured-properties-box .jcarousel-next-horizontal:hover {
    background-position: left center;
	}
.featured-properties-box .jcarousel-next-horizontal:active {
    background-position: left center;
	}
.featured-properties-box .jcarousel-next-disabled-horizontal,
.featured-properties-box .jcarousel-next-disabled-horizontal:hover,
.featured-properties-box .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: none;
	}
.featured-properties-box .jcarousel-prev-horizontal {
    width: 25px;
    height: 116px;
    cursor: pointer;
	background: transparent url(/images/buttons/button-of-gallery.png) no-repeat left center;
	position: absolute;
	top: 15px;
	left: -10px;
	}
.featured-properties-box .jcarousel-prev-horizontal:hover {
    background: transparent url(/images/buttons/button-of-gallery.png) no-repeat right center;
	}
.featured-properties-box .jcarousel-prev-horizontal:active {
    background: transparent url(/images/buttons/button-of-gallery.png) no-repeat right center;
	}
.featured-properties-box .jcarousel-prev-disabled-horizontal,
.featured-properties-box .jcarousel-prev-disabled-horizontal:hover,
.featured-properties-box .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: none;
	}



/* if JS disabled */

ul.featured-properties	{
	list-style: none;
	padding: 5px 6px;
	margin: 0 16px;
	_margin: 0 8px;
	width: 198px;
	w\idth: 182px;
	float: left;
	}
body.home ul.featured-properties	{
	list-style: none;
	width: 416px;
	float: left;
	}

ul.featured-properties li {
	padding: 0 0 0.6em;
	width: 190px;
	float: left;
	}
	body.home ul.featured-properties li {
		width: 100%;
		}

