.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #c7c2bc;
}

.jScrollIntervalTrack { 
	display: none;
	
}

.jScrollPaneDrag {
	position: absolute;
	background: #776a62;
	cursor: pointer;
	overflow: hidden;
	
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.jScrollPaneTrack {
	padding: 5px;
	background: #FFF;
}

.holder ul.blocks {
	padding: 0;
	display: block;
	height: 105px;
}
.holder ul.blocks li {
	width: 115px;
	margin: 0 0 0 0px;
	float: left;
	display: block;
	height: 105px;
	text-align: center;
}
.holder {
	margin: 0;
	display: block;
	/* TEMP */
	margin-bottom: 5px;
}
.scroll-pane {
	width: 200px;
	background: #c7c2bc;
	float: left;
	padding: 0;
	height: 294px !important;
}
.scroll-pane-home {
	width: 803px;
	background: #c7c2bc;
	float: left;
	padding: 0;
	height: 115px !important;
}

.fc-container .jScrollPaneDrag {
	background: url("/img/arrows.jpg") no-repeat scroll center center #776A62;
}

.fc-container .jScrollPaneTrack {
	background: url("/img/scrollpanebg.jpg");
}
