﻿.ups a {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 1px solid #1e8dff;
	text-align: center;
	line-height: 44px;
	background: #fff;
	color: #4d4c4c;
	font-size: 13px;
	display: block;
	cursor: pointer;
	position: relative;
}
.downs a {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 1px solid #999999;
	text-align: center;
	line-height: 44px;
	background: #fff;
	color: #4d4c4c;
	font-size: 13px;
	display: block;
	cursor: pointer;
	position: relative;
}
.downs a:before {
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	content: "";
	bottom: 13px;
	left: 27px;
	background: url(../images/content-downs.png) top center no-repeat;
}
.downs a:after {
	width: 19px;
	height: 32px;
	display: block;
	position: absolute;
	content: "";
	bottom: 20px;
	right: -150px;
	background: url(../images/inter.png) top center no-repeat;
}
.ups a:before {
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	content: "";
	bottom: 13px;
	left: 27px;
	background: url(../images/content-ups.png) top center no-repeat;
}
.fd-allowUpdown {
	margin: 60px 28% 20px;
	width: 100%;
}
.fd-allowUpdown > div {
	float: left;
	padding: 0px 30px;
}