


.scrollable {

	/* required settings */
	font-size: 1.5em; position:relative; overflow:hidden; width: 550px; height:120px;

	/* custom decorations */
	border:solid 1px #ccc; background:url(/graphics/h300.png) repeat-x; margin-right: 0; margin-left: 0; }

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 11px;
	background-color:#fff;
	padding:2px;
	border:solid 1px #ccc;
	cursor:pointer;
	/* width:100px; */
	height:75px;
	
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}



/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/graphics/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.carouselright 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.carouselright:hover 		{ background-position:-30px -30px; }
a.carouselright:active 	{ background-position:-60px -30px; } 


/* left */
a.carouselleft				{ margin-left: 20px; } 
a.carouselleft:hover  		{ background-position:-30px 0; }
a.carouselleft:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(/graphics/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	



/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div { margin:3px 0; padding:5px; font-size:12px; height:130px; }

.items div h3 a  {
	margin:0 0 10px;
	font-size:11px;
	color:#456;
	font-weight:bold;
}

.items div a {
	margin:0 0 10px;
	font-size:10px;
	color:black;
	font-weight:bold;
}

.items div  a:hover { padding-bottom: 0.1em; border-bottom: 1px dotted #99b4c7; }


a.featured_properties_readmore:hover {padding-bottom: 0.1em; border-bottom: 1px dotted #99b4c7;}

.featured_properties_info { color: white; background-color: black; position:relative; bottom: 0; }
