html, body, div, span, p, h1, h2, h3, h4, h5, h6, em, img, strong, sub, sup, tt, dd, dl, dt, form, label, table, caption, tbody, tfoot, thead, tr, th, td, ul, li, p, a {
	margin:0;
	padding:0;
	background-color: #e2e2e2;
}
img {
	border:0;
}
.imgnav {
	margin:1% auto;
	width:960px;
}
#img {
	z-index:10;
	width:100%;
	position:relative;
	text-align:center;
}
#img img {
	height:100%;
	display:none;
}
#front {
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	cursor:pointer;
	width:30%;
	height:100%;
	background:url(../images/blank.gif);
}
#front a {
	position:absolute;
	left:20px;
	top:40%;
	display:block;
	background:url(../images/index_tab_l.png) no-repeat;
	width:28px;
	height:51px;
	display:none;
}
#next {
	position:absolute;
	right:0px;
	top:0px;
	z-index:10;
	cursor:pointer;
	width:40%;
	height:100%;
	background:url(../images/blank.gif);
}
#next a {
	position:absolute;
	right:20px;
	top:40%;
	display:block;
	background:url(../images/index_tab_r.png) no-repeat;
	width:28px;
	height:51px;
	display:none;
}
