﻿#full-screen-slider {
	width: 100%;
	height: 350px;
	float: left;
	position: relative
}
#full-screen-slider .location {
	width: 1000px;
	position: relative;
	z-index: 2000;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
	bottom: 0px;
}
#full-screen-slider .location .Home_news_Title {
	position: absolute;
	z-index: 2000;
	right: 0px;
	bottom: 0px;
	background-color: #FFF;
	width: 260px;
	color: #000;
	font-size: 16pt;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#full-screen-slider .location .Home_news_Title span{
	color: #900;	
}


#slides {
	display: block;
	width: 100%;
	height: 350px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

#slides li { 
    display:block; 
	width:100%; 
	height:100%; 
	list-style:none; 
	padding:0; 
	margin:0; 
	position:absolute
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 50%;
	top: 260px;
	z-index: 900;
	padding: 5px 15px 5px 0;
	margin: 0
}
#pagination li {
	display: block;
	list-style: none;
	height: 10px;
	float: left;
	margin-left: 15px;
	border-radius: 5px;
	background: #FFF;
	width: 10px;
}
#pagination li a {
	display: block;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	width: 100%;
}
#pagination li.current { 
    background:#0092CE
}
