/* Container DIV - automatically generated */
.jscroll-container { 
	position: relative;			
}
/* Clip DIV - automatically generated */
.jscroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}
/* UL/OL/DIV - the element that jscroll is inited on
Class name automatically added to element */
.jscroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;	
}	
.jscroll-list li {
	padding: 0;
	margin: 0px 38px 0px 0px;
	list-style: none;
}	
.jscroll-list li img {
	border: none;
	display: block;
}
.jscroll-btn-left {
	left: 0px;
	width: 21px;
	height: 74px;
	background-image: url(../images/scroller/left.gif);
	float: left;
	padding-right: 10px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.jscroll-btn-right {
	right: 0px;
	width: 21px;
	height: 74px;
	background-image: url(../images/scroller/right.gif);
	float: right;
	background-repeat: no-repeat;
	cursor: pointer;
}
/* Custom class modifications - adds to / overrides above
.jscroll is default base class */
/* Container DIV */
.jscroll {
	width: 947px;
	height: 76px;
	padding: 6px 5px 0px 5px;
}
/* Clip DIV */
.jscroll .jscroll-clip {
	width: 885px;
	height: 76px;
}
/* Explicitly set height/width of each list item */	
.jscroll .jscroll-list li {
	float: left;
	width: 116px;
	height: 76px;
}
#scrollerwrapper {
	width: 957px;
	height: 82px;
	overflow: hidden;
}