/* CSS Document */
#content{
	margin-top: 0px !important;
	padding-top: 20px;
}
#banner_area {
	margin-top: 175px;
	position:relative;
	z-index: 0;
	width: 100%;
	height: 290px;
	overflow:hidden;
	
}
.mobile #banner_area {
	margin-top: 90px;
	height: 200px;
	display: none;
}
#banner{
	position:absolute;
	width: 100%;
	left: 50%;
	margin-left:-960px;
	/*border: 1px solid #bcbdc0;*/
	
}
.mobile #banner{
	margin-left:-548px;	
}
#banner li img{
	width: 1920px;
	height: 290px;
}
.mobile #banner li img{
	width: 1097px;
	height: 200px;
}
.cycle-pager {
	font-size: 25px;
	height: 36px;
	text-align: center;
	width: 100%;
	z-index: 0;
	position: absolute;
	bottom:0px;
	right:10px;
	overflow: hidden;
	line-height: 1000px;
	width: 100%;
	clear:both;
	z-index: 999;
	background-image: url(../_img/bg_bullets.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.cycle-pager span {
	display: inline-block;
	color: #ed1d24;
	cursor: pointer;
	width: 14px;
	height: 14px;
	z-index:0;
	border: 2px solid #ed1d24;
	background: #ed1d24;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 10px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.cycle-pager span.cycle-pager-active { background: #ed1d24; border: 2px solid #9edbfb; color: #ed1d24;}
.cycle-pager > * { cursor: pointer;}

