.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 0 0 65px;
	width:100% !important;
	height:500px !important;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 20px !important;
	bottom: 0;
	width: 100%;
	background: url(../images/bg-scroll-line.gif) repeat-x;
}
.jScrollIntervalTrack { 
	position: absolute;
	display: none;
}

.jScrollPaneDrag {
	position: absolute;
	background:url(../images/bg-scroller.png) no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background:url(../images/bg-scroller-right.gif) no-repeat 100% 0;
	width: 100%;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	text-indent: -9999px;
	z-index: 1;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 10px;
	width: 10px;
}
a.jScrollArrowRight {
	display: block;
	position: absolute;
	text-indent: -9999px;
	z-index: 1;
	bottom: 0;
	left: 10px;
	overflow: hidden;
	height: 10px;
	width: 10px;
}
ul.blocks {
	margin: 0;
	padding: 0;
	overflow:hidden;
	list-style: none;
	height: 540px;
	color: #ffffff;
}
ul.blocks li {
	float: left;
	height: 100%;
	margin: 0 35px 0 0;
	/*border-left: 15px solid #2c1c18;*/
	background: #000 url(../images/bg-shadow.gif) repeat-x 0 100%;
}
ul.blocks li img{display: block; padding: 0 34px;}
ul.blocks li .text{padding: 7px 34px 0;}
ul.blocks li .text p{margin: 0;}
ul.blocks li .text p strong {
	font-size: 1.1em;
	font-weight: normal;
}
.scroll-pane {
	float: left;
	height: 500px !important;
	overflow: hidden;
}
#pane5 {
	height: 500px;
	width: 80%;
	padding: 0;
	display: block;
	_overflow: hidden;
}
a.jScrollArrowLeft {background:url(../images/arrow-left.gif) no-repeat;}
a.jScrollArrowRight {background:url(../images/arrow-right.gif) no-repeat;}