﻿/*http://www.kaiwo123.com*/
#DB_gallery{
	margin-bottom: 110px;
}
#DB_gallery *{
	font-family: "Microsoft YaHei";
}
#DB_gallery ul, 
#DB_gallery li{
	list-style:none;
	margin:0;
	padding:0;
}
#DB_gallery img{
	border:none;
	vertical-align:top;
}

#DB_gallery .DB_imgSet {
	position:relative;
	width:895px;
	/*height:610px;*/
	overflow:hidden;
	margin: 30px 0 0 0;
	/*background-color: red;*/
	border: 1px solid #e5e5e5;
}
#DB_gallery .DB_imgSet .DB_imgWin{
	width: 795px;
	height:545px;
	margin: 0 auto;
}

#DB_gallery .DB_imgSet .DB_imgWin img{
	width: 705px;
	margin-left: 46px;
	margin-top: 34px;
}
#DB_gallery .DB_page{
	line-height: 88px;
	text-align: center;
	font-size: 22px;
	color:#666;
}
#DB_gallery .DB_page .DB_current{
	color:#eb676c;
}
#DB_gallery .DB_page .DB_total{
	
}
#DB_gallery .DB_imgSet .DB_prevBtn{
	position:absolute;
	top: 230px;
	cursor:pointer;
	left:0;
}
#DB_gallery .DB_imgSet .DB_nextBtn{
	position:absolute;
	top: 230px;
	cursor:pointer;
	right:0;
	background-color: #eee;
}

#DB_gallery .DB_thumSet {
	position:relative;
	margin: 0 auto;
	margin-top:10px;
	/*width:895px;*/
	width: 836px;
	height: 122px;
	overflow:hidden;
}
#DB_gallery .DB_thumSet .DB_thumMove{
	position:relative;
	white-space:nowrap;
	font-size:0;
}
#DB_gallery .DB_thumSet .DB_thumMove li{
	display:inline-block;
	margin-right: 8px;
}

#DB_gallery .DB_thumSet .DB_prevPageBtn{
	position:absolute;
	top:22px;
	cursor:pointer;
	left:2px;
	z-index: 99999;
}
#DB_gallery .DB_thumSet .DB_nextPageBtn{
	position:absolute;
	top:26px;
	cursor:pointer;
	right:3px;
	z-index: 99999;
}
#DB_gallery .DB_thumSet .DB_thumLine{
	position:absolute;
	width:160px;
	height:117px;
	border:1px solid #eb676c;
	left:0;
	top:0;
}