﻿@charset "utf-8";
* {
	padding: 0;
	margin: 0
}
.new_banner img {
	border: 0;
	width: 850px;
	height: 534px;
}
.new_banner {
	width: 810px;
	height: 534px;
	position: relative;
	margin: 20px auto auto auto;
	background: url("../images/loading.gif"/*tpa=http://www.hkyili.com/images/loading.gif*/) no-repeat center center #fff;
}
.rslides {
	width: 100%;
	position: relative;
	list-style: none;
	padding: 0
}
.rslides_nav {
	width: 56px;
	height: 56px;
	background-image: url("../images/banner_new.png"/*tpa=http://www.hkyili.com/images/banner_new.png*/);
	display: block;
	position: absolute;
	text-indent: -10em;
	overflow: hidden;
}
.prev {
	background-position: 0 -55px;
	left:0px;
	top: 250px;
}
.prev:hover {
	background-position: 0 -55px;
}
.next {
	background-position: -55px -55px;
	right: -40px;
	top: 250px;
}
.next:hover {
	background-position: -55px -55px;
}
.rslides_tabs {
	position: absolute;
	left: 250px;
	top: 500px;
	clear: both;
	text-align: center;
	z-index: 99999;
}
.rslides_tabs li {
	display: inline;
	float: none;
	_float: left;
    *float:left;
	margin-right: 5px
}
.rslides_tabs a {
	width: 12px;
	height: 12px;
	background: #fff;
	text-indent: -5em;
	overflow: hidden;
	display: block;
	float: left;
	margin-left: 6px;
	border-radius: 6px;
}
.rslides_tabs .rslides_here a {
	background: #024a96;
}
