@charset "UTF-8";
.housetile {
	width: 218px;
	height: 148px;
	overflow: hidden;
	background-position: 0px 0px;
	border-bottom: 5px solid #fff;
	cursor: pointer;
}

.hovering {
	background-position: -218px 0px;
}

.nothovering {
	background-position: 0px 0px;
}


#slide {
	width: 803px;
	height: 453px;
	display: block;
	float: left;
	border-right: 5px solid #fff;
	margin-left: -2px;
}

#currentslide { display: none; }

#slidenavigation {
	width: 218px;
	height: 453px;
	display: none;
	float: left;
	position: absolute;
	right: 0px;
	top: 0px;
}

.arrow {
	cursor: pointer;
	width: 32px;
	height: 32px;
	position: absolute;
	z-index: 999;
}

.up { background-image:url(images/arrow-up.png); }

.dn { background-image:url(images/arrow-dn.png); }

#count {
	font-family: inherit;
	color: #24a5b8;
	float: right;
	margin-right: 60px;
}

/* one slide is 218 x 148 */
