﻿/*http://www.kaiwo123.com*/
#DB_gallery ul, #DB_gallery li{list-style:none;margin:0;padding:0}
#DB_gallery img{
	border:none;
	vertical-align:bottom;
}

#DB_gallery .DB_imgSet {
	position:relative;
	width:500px;
	height:650px;
	overflow:visible;
	margin-left: 50px;
	margin-top: 50px;
}
#DB_gallery .DB_imgSet .DB_imgWin{max-height: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:#ffff00}
#DB_gallery .DB_imgSet .DB_page .DB_total{color:#ffcc00}
#DB_gallery .DB_prevBtn{
	position:absolute;
	top:50%;
	cursor:pointer;
	left:0;
	margin-top:-45px;
}
#DB_gallery .DB_prevBtn a {
	display: block;
	height: 35px;
	width: 35px;
	overflow: hidden;
}
#DB_gallery .DB_prevBtn a.prev {
	background-image: url(../images/ch_prev_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#DB_gallery .DB_prevBtn a:hover {
	background-position: 0px -35px;
}
#DB_gallery .DB_nextBtn{position:absolute;top:50%;margin-top:-45px;cursor:pointer;right:0;}
#DB_gallery .DB_nextBtn a {
	display: block;
	height: 35px;
	width: 35px;
	overflow: hidden;
}
#DB_gallery .DB_nextBtn a.next {
	background-image: url(../images/ch_next_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#DB_gallery .DB_nextBtn a:hover {
	background-position: 0px -35px;
}
#DB_gallery .DB_thumSet {
	position:absolute;
	margin-top:10px;
	width:962px;
	overflow:hidden;
	height: 350px;
	bottom: 0px;
	background-image: url(../images/spypenguin/list_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#DB_gallery .DB_thumSet .arrow {
	position: absolute;
	height: 350px;
	width: 250px;
}
#DB_gallery .DB_thumSet .DB_thumMove{
	position:absolute;
	white-space:nowrap;
	font-size:0;
	bottom: 0px;
	width: 600px;
	margin-left: 250px;
}

#DB_gallery .DB_thumSet .DB_thumMove li{
	display:inline;
	width: 150px;
}
#DB_gallery .DB_thumSet .DB_thumMove li img.name {
	display: none;
}
#DB_gallery .DB_thumSet .DB_thumMove li t {
	display: none;
}



#DB_gallery .DB_thumSet .DB_prevPageBtn{
	position:absolute;
	cursor:pointer;
	left:0;
	bottom: 0px;
}
#DB_gallery .DB_thumSet .DB_nextPageBtn{
	position:absolute;
	cursor:pointer;
	right:0px;
	bottom: 0px;
}
/*#DB_gallery .DB_thumSet .DB_thumLine{position:absolute;width:100px;height:63px;border:5px solid #ff0000;left:0;top:0}*/
