@charset "utf-8";
/* CSS Document */


#rslides_container_wrapper {
	float: left;
	width: 100%;
	height:auto;
	padding: 0px;
	margin-bottom:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.rslides_container {
	min-width: 1024px;
	float: left;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.rslides {
	list-style: none;
	/*overflow: hidden;*/
	position: relative;
	min-width: 1024px;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}

.rslides li {
	left: 0px;
	top: 0px;
	width: 100%;
	display: none;
	position: absolute;
}

.rslides li:first-child {
	float: left;
	display: block;
	position: relative;
}

.rslides img {
	width: 100%;
	height: auto;
	min-width: 1024px;
}





/*圓形按鈕*/
.centered-btns_tabs {
	float: right;
	text-align: center;
	margin-top: 10px;
	width: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	right: 22%;
	bottom: 50px;
	z-index: 5;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.centered-btns_tabs li {
	margin-right: 5px;
	float: none;
	display: inline;
	_float: left;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.centered-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	background-image: url(../images/icon_point.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 18px;
	width: 18px;
}

.centered-btns_here a {
	background-image: url(../images/icon_point1.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 18px;
	width: 18px;
}



/*左右按鈕*/
.prevNextWrap {
	width: 1024px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0;
}

@media only screen and (min-width: 1px) and (max-width: 1200px) {

.prevNextWrap {
	margin-top: 8%;
}

}


@media only screen and (min-width: 1201px) and (max-width: 1400px) {

.prevNextWrap {
	margin-top: 10%;
}

}

@media only screen and (min-width: 1401px) and (max-width: 1600px) {

.prevNextWrap {
	margin-top: 12%;
}

}

@media only screen and (min-width: 1601px) {

.prevNextWrap {
	margin-top: 15%;
}

}

.prevNextWrap .centered-btns_nav {
	left: 15px;
	top: 50%;
	width: 45px;
	height: 43px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	margin-top: -45px;
	position: absolute;
	z-index: 2;
	opacity: 0.7;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-image: url(../images/themes.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.prevNextWrap .next.centered-btns_nav {
	background-position: right top;
	left: auto;
	right: 15px;
}



