

div.tx-nxquickpagejump {
	height:24px;
	overflow:hidden;
	position:relative;
	width:190px;
}
div.tx-nxquickpagejump-openbutton {
	background:url("rounded-bg.gif") no-repeat scroll left center transparent;
	color:#000000;
	cursor:pointer;
	font-size:12px;
	height:24px;
	line-height:24px;
	padding-left:5px;
	text-align:left;
	vertical-align:middle;
	width:190px;
}
.tx-nxquickpagejump-hover div.tx-nxquickpagejump-openbutton {
	background:url("rounded-bg-hover.gif") no-repeat scroll left center transparent;
}
ul.tx-nxquickpagejump-hover {
	background-color:transparent;
	height:250px;
	margin-left:1px;
	margin-top:24px;
	
	overflow-x:hidden;
	overflow-y:scroll;
	position:absolute;
	text-align:left;
	width:188px;
	z-index:9999;
}
ul.tx-nxquickpagejump-hover a {
	color:#626463;
	display:block;
	padding-left:5px;
}
ul.tx-nxquickpagejump-hover a:hover {
/*	background-color:#eeeeee; */
}

.tx-nxquickpaejump-positioner {
	position:absolute;
	width:100%;
	height:20px;
	top:0;
	left:0;
}

.tx-nxquickpaejump-positioner ul {
	display:none;
}
.tx-nxquickpaejump-positioner ul.tx-nxquickpagejump-hover {
	display:block;
}

div.tx-nxquickpaejump-positioner ul li {
	height:20px;
	background:url("list-item.gif") transparent;
}
