#sliderContent {padding:0px 0px 7px; width:570px;}
/*.viewer {height:394px; width:570px; margin:0px auto; overflow:hidden; position:relative;}*/
.viewer {height:330px; min-width:1655px; overflow: visible;}
.content-conveyor { width: 570px; position:relative; }
.item { width:93px; float:left; text-align:center; margin-right:25px;}
.item img {background-color:#ffffff; padding:1px; }
.item p {line-height:110%;}
.clear {display:block; clear:both; height:1px; width:100%; float:none;}

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: 570px;
	background: #ffffff;
	float: left;
	padding: 0;
}
#pane1 {
	height: 340px;
	width: 560px;
	padding: 0;
	display: block;
	_overflow: hidden;
}

#pane5 {
	height: 200px;
	width: 40%;
	padding: 0;
	display: block;
	_overflow: hidden;
}

a.jScrollArrowLeft {
	background: url(../images/arrow-r.jpg) no-repeat 0 0;
}
a.jScrollArrowLeft:hover {
	background-position: 0 -11px;
}
a.jScrollArrowRight {
	background: url(../images/arrow-l.jpg) no-repeat right 0;
}
a.jScrollArrowRight:hover {
	background-position: right -11px;
}
a.jScrollActiveArrowButton, 
a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
