﻿/*http://www.kaiwo123.com*/
.product-pic{
	margin: 30px 0;
}
.newand ul li {
	border: none;
}

#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: 580px;
	height: 390px;	margin:0 auto;
	overflow: hidden;
}

#DB_gallery .DB_imgSet .DB_imgWin {
	height: 100%;	text-align:center;
}
#DB_gallery .DB_imgSet .DB_imgWin img{
	max-width: 100%;
}
#DB_gallery .DB_imgSet .DB_page {
	position: absolute;
	bottom: 0;
	font: 11px tahoma bold;
	padding: 5px;
	color: #ffffff;
}

#DB_gallery .DB_imgSet .DB_page .DB_current {
	color: #a00115;
}

#DB_gallery .DB_imgSet .DB_page .DB_total {
	color: #ffcc00;
}

#DB_gallery .DB_imgSet .DB_prevBtn {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	cursor: pointer;
	left: 0;
}

#DB_gallery .DB_imgSet .DB_nextBtn {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	cursor: pointer;
	right: 0;
}

#DB_gallery .DB_thumSet {
	position: relative;
	margin-top: 10px;
	width: 100%;
	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;
	margin-right: 8px
}

#DB_gallery .DB_thumSet .DB_prevPageBtn {
	position: absolute;
	top: 0;
	cursor: pointer;
	left: 0;
}

#DB_gallery .DB_thumSet .DB_nextPageBtn {
	position: absolute;
	top: 0;
	cursor: pointer;
	right: 0;
}

#DB_gallery .DB_thumSet .DB_thumLine {
	position: absolute;
	width: 100px;
	height: 63px;
	border: 5px solid #a00115;
	left: 0;
	top: 0
}