.back {
    color: #0074a3;
    font: 3em "Agency FB";
    position: absolute;
    right: 10%;
    top: 10px;
}
.back:hover {
    text-decoration: underline;
}
h1 {
    margin: 0 0 0 2em;
}
h1 a {
    display: inline-block;
    font: 3em "Agency FB";
    text-decoration: none;
}
.how {
    color: #990000;
}
.to {
    color: #0074a3;
}
.make {
    color: #006600;
}
.demo {
    font: 2em "Agency FB";
}
.clear {
    clear: both;
    height: 1px;
    margin-top: -1px;
}
.slider-wrapper {
	position: relative;
	margin: 20px auto 0;
}
.slider {
    background: none repeat scroll 0 0 #b32460;
    border: 15px solid #b32460;
    border-radius: 20px;
    /*float: left;*/
    /*margin: 20px auto 0 20px;*/
    overflow: hidden;
    position: relative;
    /*width: 100%;*/
}
.slider::-moz-selection {
    background: none repeat scroll 0 0 transparent;
    color: #fff;
    text-shadow: none;
}
.slide-list {
    margin: 0;
    padding: 0;
    position: relative;
}
.slide-wrap {
    left: 0;
    position: relative;
    top: 0;
    width: 1e+7px;
}
.slide-item {
    float: left;
    margin-right: 15px;
    width: 248px;
	height: 165px;
}
.slide-title {
    display: block;
    font: bold 16px monospace;
}
.navy {
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 1;
}
.prev-slide {
    background: url("/pic/prev.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 110px;
    left: -45px;
    position: absolute;
    top: 50%;
	margin-top: -55px;
    width: 50px;
}
.next-slide {
    background: url("/pic/next.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 110px;
    right: -45px;
    position: absolute;
    top: 50%;
	margin-top: -55px;
    width: 50px;
}
.navy.disable {
    background: none repeat scroll 0 0 #dbdbdb;
}
.auto {
    cursor: pointer;
    height: 11px;
    margin: 10px auto;
    width: 7px;
}
