<!--style sheet for horz scroller-->
<style type="text/css">
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
p {
	margin-bottom: 10px;
}

.contents {
	display: block;
	width: 900px;
	height: 540px;
}

ul.blocks {
	padding: 0;
	width: 1000px;
	display: block;
	height: 200px;
}
ul.blocks li {
	width: 200px;
	margin: 0 0 0 0px;
	float: left;
	display: block;
	height: 200px;
}
.holder {
	margin: 0;
	display: block;
	/* TEMP */
	margin-bottom: 20px;
}
.scroll-pane {
	width: 900px;
	padding: 0;
	display: block;
}
#pane1 {
	position: absolute;
	top:0px;
	left: 0px;
	vertical-align: top;	
	height: 550px;
	width: 900px;
	padding: 0;
	_overflow: hidden;
}

.scrolling-frame .jScrollPaneTrack {
	background: url(../images/scroller_track.gif) repeat-x;
	position: absolute;

}
.scrolling-frame .jScrollPaneDrag {
	background: url(../images/inside-sc.jpg) no-repeat;
	width: 300px;
	position: absolute;

}


</style>

