#scroller-house {
	width: 243px;
	height: 340px;
	overflow: auto;
}
#scroller-house p {
	margin-top: 0em;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-top: 1em;
	margin-bottom: 0em;
	padding-bottom: 0em;
	display: inline;
}
#scroller-house h1 {
	font-size: 1.1em;
	margin: 0em;
	padding: 0em;
	line-height: 1.4em;
	display: inline;
}
#scroller-house h2 {
	font-size: 1.1em;
	margin-bottom: 0em;
	margin-top: 2em;
}
#scroller-house2 {
	width: 199px;
	height: 363px;
	overflow: auto;
}
#scroller-house2 p {
	margin-top: 0px;
	padding-bottom: 1em;
	line-height: 1.4em;
	font-size: 1em;
	padding-right: 10px;
}
#scroller-house2 h1 {
	font-size: 1.1em;
	margin: 0em;
	padding: 0em;
	line-height: 1.4em;
	display: inline;
}
#scroller-house2 h2 {
	font-size: 1.1em;
	margin-bottom: 0em;
	margin-top: 2em;
}
#scroller-half {
	width: 320px;
	height: 380px;
	overflow: auto;
}
#scroller-half p {
	margin-top: 0em;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-top: 1em;
	margin-bottom: 0em;
	padding-bottom: 0em;
}
#scroller-half h1 {
	font-size: 1.5em;
	margin: 0em;
	padding: 0em;
}
#scroller-half h2 {
	font-size: 1.1em;
	margin-bottom: 0em;
	margin-top: 2em;
}
#scroller-full {
	width: 664px;
	height: 380px;
	overflow: auto;
}
#scroller-full p {
	margin-top: 0em;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-top: 1em;
	margin-bottom: 0em;
	padding-bottom: 0em;
}
#scroller-full h1 {
	font-size: 1.5em;
	margin: 0em;
	padding: 0em;
}
#scroller-full h2 {
	font-size: 1.1em;
	margin-bottom: 0em;
	margin-top: 2em;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 990;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-repeat: repeat-y;
	background-image: url(track.gif);
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	background-image: url(drag.gif);
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	left: 0;
	overflow: hidden;
	bottom: 0;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 15px;
	background-image: url(arrowup.gif);
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
	background-position: 0 -15px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 15px;
	background: url(arrowdown.gif);
	bottom: 0;
	right: 0;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
