#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;
}

#actions {
	overflow: hidden;
	padding-bottom: 30px; margin-top: 30px;
	text-align: justify;
}

#actions .box {
	float: left;
	width: 300px;
	margin-right: 30px;
	line-height: 24px;
}

#actions .box.three {
	margin-right: 0;
}

#actions .box h2 {
	padding-left: 35px;
}

#actions .box.one h2 {
	background: url(../images/style0/action-tool-one.png) no-repeat;
}

#actions .box.two h2 {
	background: url(../images/style0/action-tool-two.png) no-repeat;
}

#actions .box.three h2 {
	background: url(../images/style0/action-tool-three.png) no-repeat;
}

#summary {
	margin-bottom: 20px;
}

#features {
	clear: both;
	overflow: hidden;
}

#features .box {
	float: left; clear: left;
	text-align: justify;
	width: 296px; margin-bottom: 30px;
	line-height: 24px;
}

#features .box.right {
	float: right; clear: right;
}

#features .box img {
	padding: 4px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}