#slider {
	margin-top: 10px;
	padding: 0;
	width: 970px;
}

#slider .head {
	background-image: url(../images/style0/slider-head.png);
	background-repeat: no-repeat;
	height: 4px;
	width: 968px;
}

#slider .body {
	background-image: url(../images/style0/slider-body.png);
	padding-left: 15px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 8px;
}

#slider .foot {
	background-image: url(../images/style0/slider-foot.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 970px;
}

#slider .slides {
	width: 940px;
	position: relative;
	overflow: hidden;
}

#slider .slides img {
	border: 0; margin: 0; padding: 0;
}

#slider .controls {
	margin: 0 auto;
	width: 108px;
	padding-top: 13px;
	overflow: hidden;
}

#slider .controls li {
	width: 10px;
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
}

#slider .controls a {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 8px 0 0;
	padding: 0;
	display: block;
	text-indent: -5000px;
	border: 0;
	background-image: url(../images/style0/slider-step.png);
}

#slider .controls a.activeSlide {
	background-image: url(../images/style0/slider-step-active.png);
}

#slider .controls a:hover {
	background-image: url(../images/style0/slider-step-hover.png);
}

#slider .controls a:focus {
	outline: none;
}

#slider .next {
	position: absolute;
	margin-top: 14px;
	margin-left: 900px;
	float: right;
	background-image: url(../images/style0/slider-next-hover.png);
	height: 28px;
	width: 25px;
	z-index: 90;
	display: block;
}

#slider .next:hover {
	background-image: url(../images/style0/slider-next.png);
	border: 0;
}

#slider .prev {
	position: absolute;
	margin-top: 14px;
	margin-left: 860px;
	float: right;
	background-image: url(../images/style0/slider-prev-hover.png);
	height: 28px;
	width: 25px;
	z-index: 90;
	display: block;
}

#slider .prev:hover {
	background-image: url(../images/style0/slider-prev.png);
	border: 0;
}