.sendxml.inner {
	position: relative;
}

.sendxml .lister {
	position: absolute;
	right: 0;
	top: -100px;
}

.sendxml .lister .arrow {
	width: 48px;
	height: 48px;
	display: inline-block;
	border-radius: 4px;
	position: relative;
	margin: 0px;
	padding: 0px;
	bottom: auto;
	overflow: inherit;
	left: auto;
}

.sendxml .lister .arrow:after {
	content: none;
}

.sendxml .lister .arrow.active_left {
	background: #fab132 url(/images/slider/ls_prev.png) no-repeat;
	background-position: 16px 12px;
}

.sendxml .lister .arrow.active_right {
	background: #fab132 url(/images/slider/ls_next.png) no-repeat;
	background-position: 22px 12px;
}

.sendxml .lister .number {
	position:relative;
	bottom: auto;
	display:inline-block;
	font-size: 20px;
	color:#BBB5AA;
	text-align:center;
	margin: 0px 8px 0px 8px;
	min-width: 36px;
	padding:0;	
	top: -24px;
}

.sendxml .clear_link {
	position: absolute;
	left: 50%;
	margin-left: -17px;
	top: 30px;
}