#slideshow {
	width: 183px;
	height: 226px;
	margin-bottom:30px;
}
#slide {
	width: 183px;
	height: 226px;
	margin-bottom: 30px;
	position: relative;
}
#slide-scroller {
	margin: 0px 0 0 0px;
}
#slide-scroll.scrollable {
	width: 183px;
	height: 226px;
	position: relative;
	overflow: hidden;
}
#slide-scroll.scrollable .items {
	width: 20000em;
	height: 226px;
	position: absolute;
	clear: both
}
#slide-scroll.scrollable .item {
	width: 183px;
	float: left
}
.prevPage, .nextPage {
	width: 58px;
	height: 58px;
	background: url("../Images/bgmenu.png")/*tpa=http://www.qierkang.com/Templates/qwekan/Images/bgmenu.png*/ no-repeat;
	text-indent: -9999em;
	position: absolute;
	left: 355px;
	top: 198px;
	outline: 0;
	display: none;
}
.prevPage {
	background-position: 0px -78px
}
.nextPage {
	background-position: -58px -78px;
	left: auto;
	right: 23px !important
}
#slide-scroller .navi {
	width: 177px;
	height: 8px;
	text-align: left;
	position: absolute;
	left: 6px;
	bottom: 10px;
}
#slide-scroller .navi a {
	margin: 0 1px;
	width: 8px;
	height: 8px;
	background: url("../Images/btn03.png")/*tpa=http://www.qierkang.com/Templates/qwekan/Images/btn03.png*/ right top no-repeat;
	display: inline-block;
	overflow: hidden
}
#slide-scroller .navi a.active {
	background-position: left top
}