.cusel, .cuselFrameRight, .jScrollPaneDrag, .jScrollArrowUp, .jScrollArrowDown{
}
.cusel .jScrollPaneContainer{
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.cusel .jScrollPaneDragTop, .cusel .jScrollPaneDragBottom{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.cusel .jScrollPaneDragBottom{
	top: auto;
	bottom: 0;
}
.cusel .jScrollArrowUp, .cusel .jScrollArrowDown{
	position: absolute;
	top: 0;
	right: 2px;
	width: 6px !important;
	height: 2px !important;
	background: none;
	overflow: hidden;
	cursor: pointer;
}
.cusel .jScrollArrowDown{
	top: auto;
	bottom: 0;
	background: none;
}

/* ----- select ----- */
.select{
	display: inline-block; *display: inline; vertical-align: middle; zoom: 1;
	height: 30px;
	margin: 0;
	padding: 0 15px;
	font-size: 14px;
	color: #686868;
	border: 1px solid #bfbfbf;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;
	background: #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	cursor: pointer;
	outline: none;
}
.select .cuselFrameRight{
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 100%;
	background: url("../images/select.png") 9px 10px no-repeat;
	z-index: 2;
}
.select .cuselText{
	position: absolute;
	top: 0;
	left: 0;
	right: 32px;
	height: 28px;
	padding: 0 0 0 16px;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.select span{
	display: block;
	height: 26px;
	margin: 0 !important;
	padding: 0 0 0 15px;
	font-size: 14px;
	color: #686868;
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.select span:hover, .select .cuselOptHover{
	color: #df7328;
}
.select .cuselActive{
	color: #df7328;
	cursor: default;
}
.select .cusel-scroll-wrap{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 -1px;
	padding: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #bfbfbf;
	background: #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	visibility: hidden;
	z-index: 100;
}
.select .cusel-scroll-wrap span:first-child{
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.select .cusel-scroll-wrap span:last-child{
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.select .jScrollPaneTrack{
	position: absolute;
	top: 0;
	right: 8px;
	width: 6px !important;
	height: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.select .jScrollPaneDrag{
	position: absolute;
	right: 0;
	width: 6px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #bdbbb7;
	cursor: pointer;
}