/*iscroll*/
/* header start */
.top{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	background-color:rgba(0,0,0,0.7);
	padding:5px;
	z-index:99;
}
.top .logo{
	width:100%;
	text-align:center;
}
.logo img{
	width:150px;
} 
/* header end */
.banner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #151515;
}
#wrapper {
	margin: 0;
	width: 100%;
	height: auto;
	float: left;
	position: relative;	/* On older OS versions "position" and "z-index" must be defined, */
	z-index: 1;			/* it seems that recent webkit is less picky and works anyway. */
	overflow: hidden;
}
#scroller {
	height: auto;
	float: left;
	padding: 0;
}
#scroller ul {
	list-style: none;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
}
#scroller li {
	display: block;
	float: left;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 0px;
	padding: 0;
	position: relative;
}
#scroller li a {
	display: block;
	padding: 0;
	margin: 0;
}
#scroller li p {
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: #F4F4F4;
	font-size: 14px;
	text-indent: 55px;
	line-height: 24px;
	text-align: left;
	text-indent: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
#nav {
	float: right;
	margin-top: -15px;
	padding: 0;
	position: relative;
	width: auto;
	z-index: 3;
}
#prev, #next {
	float: left;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0;
	width: 80px;
	display: none;
}
#next {
	float: right;
	text-align: right;
}
#indicator > li {
	display: block;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
#indicator {
	display: block;
	margin: 0 8px;
	padding: 0;
	width: auto;
}
#indicator > li {
	text-indent: -9999em;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #888;
	overflow: hidden;
	margin-right: 4px;
}
#indicator > li.active {
	background: #DDDDDD;
}
#indicator > li:last-child {
	margin: 0;
}
/* footer start */
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999999;
}
.bottom a {
	float: left;
	width: 25%;
	text-align: center;
	background-color:#333;
	color: #fff;
	/*border-right: 1px solid #333;*/
	padding: 4px 0;
}
.bottom a:last-child {
	border-right: none;
}
.bottom a span:first-child {
	display: block;
	font-size: 24px;
	margin-bottom:4px;
}
.bottom a span:last-child {
	font-size: 12px;
}
/* footer end */
