@charset "utf-8";
/* CSS Document */
#MAKBlock{
margin-top:-5px;}
ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	list-style: none;
	}
.list img{
	width:1004px;
	height:394px;}
ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;	
	display: none;
}
li.bjqs-slide {
	position: absolute;
}
ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
	position: absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	position: absolute;
	width: 43px;
	height: 42px;
	top: 45%;
	right: 0;
	z-index: 15;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	position: absolute;
	width: 43px;
	height: 42px;
	top: 45%;
	left: 0;
	z-index: 15;
}
ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 1004px;
	position: absolute;
	bottom: 10px;
	left: 45%;
}
ol.bjqs-markers.h-centered {
	text-align: center;
}
ol.bjqs-markers li {
	float: left;
	width: 16px;
	height: 14px;
	cursor: pointer;
	margin: 0px 5px;
	background: url(../images/00.png) no-repeat -16px 0;
}
ol.bjqs-markers li a {
	display: block;
	width: 16px;
	height: 14px;
}
ol.bjqs-markers li.active-marker {
	background-position: 0 0;
}
p.bjqs-caption {
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
}
