#DB_gallery ul {
	list-style: none; margin: 0px; padding: 0px;
}
#DB_gallery li {
	list-style: none; margin: 0px; padding: 0px;
}
#DB_gallery img {
	border: currentColor; border-image: none; vertical-align: top;
}
#DB_gallery .DB_imgSet {
	width: 960px; height: 450px; overflow: hidden; position: relative;
}
#DB_gallery .DB_imgSet .DB_imgWin {
	height: 100%;
}
#DB_gallery .DB_imgSet .DB_page {
	font: 11px/normal tahoma bold; padding: 5px; bottom: 0px; color: rgb(255, 255, 255); position: absolute; font-size-adjust: none; font-stretch: normal;
}
#DB_gallery .DB_imgSet .DB_page .DB_current {
	color: rgb(255, 255, 0);
}
#DB_gallery .DB_imgSet .DB_page .DB_total {
	color: rgb(255, 204, 0);
}
#DB_gallery .DB_imgSet .DB_prevBtn {
	left: 0px; top: 50%; margin-top: -45px; position: absolute; cursor: pointer;
}
#DB_gallery .DB_imgSet .DB_nextBtn {
	top: 50%; right: 0px; margin-top: -45px; position: absolute; cursor: pointer;
}
#DB_gallery .DB_thumSet {
	width: 970px; overflow: hidden; margin-top: 10px; position: relative;
}
#DB_gallery .DB_thumSet .DB_thumMove {
	font-size: 0px; white-space: nowrap; position: relative;
}
#DB_gallery .DB_thumSet .DB_thumMove li {
	margin-right: 8px; display: inline;
}
#DB_gallery .DB_thumSet .DB_prevPageBtn {
	left: 0px; top: 0px; position: absolute; cursor: pointer;
}
#DB_gallery .DB_thumSet .DB_nextPageBtn {
	top: 0px; right: 0px; position: absolute; cursor: pointer;
}
#DB_gallery .DB_thumSet .DB_thumLine {
	border: 5px solid rgb(255, 0, 0); border-image: none; left: 0px; top: 0px; width: 100px; height: 63px; position: absolute;
}
