/* override the root element to enable scrolling */
.css-panes {
	position:relative;
	overflow:hidden;
	clear:both;
	background-color: transparent;
	padding-bottom: 40px;
}

/* override single pane */
.css-panes .item {
	float:left;
	display:block;
	width:737px;
	font-size:14px;
	background-color: transparent;
}

/* navi */
.css-panes .navi {
	margin: 10px 0 0 85px;
	list-style: none;
	font-size: 12px;
}

.css-panes .navi > li {
	display: inline-block;
	vertical-align: top;
	width: 139px;
	margin: 17px 0 0 3px;
	text-align: center;
}

.css-panes .navi a, .css-panes .navi img {
	display: block;
}

.css-panes .navi a {
	cursor: pointer;
}

.css-panes .navi img {
	max-width: 135px;
	margin: 2px;
}

.css-panes .navi a.current img {
	margin: 0;
	border: 2px solid #ffffff;
}

.navi-name {
	display: block;
	padding: 5px 0 0 0;

}

.css-panes .prev, .css-panes .next {
	display: block;
	width: 21px;
	height: 38px;
	position: absolute;
	top: 140px;
	background-color: transparent;
	background-image: url(../images/navi.png);
	background-repeat: no-repeat;
	cursor: pointer;
	text-indent: -9999px;
}

.css-panes .prev {
	left: 40px;
	background-position: 0 0;
}

.css-panes .prev:focus, .css-panes .prev:active {
	background-position: 0 -58px;
}

.css-panes .next {
	right: 40px;
	background-position: -41px 0;
}

.css-panes .next:focus, .css-panes .next:active {
	background-position: -41px -58px;
}

/* our additional wrapper element for the items */
.css-panes .items {
	overflow: hidden;
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
	border:0;
}

.css-panes .less, .css-panes .less a {
	color:#999 !important;
	font-size:11px;
}