.jquery-slider {
    overflow: hidden;
    position: relative;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 30px;
    height: 60px;
    padding: 0;
    margin: 0;
    background: #fff;
    opacity: 1;
    cursor: pointer;
    top: 174px;
}
.jquery-slider-control:hover {
    opacity: 0.8;
}
.jquery-slider-control-prev {
    background:url("../images/home/slider_btn_prev.png") no-repeat left center #FFFFFF;
    left: 0px;
}
.jquery-slider-control-next {
    background:url("../images/home/slider_btn_next.png") no-repeat left center #FFFFFF;
    right: 0px;
}
.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    bottom: 0px;
    height: 20px;
    text-align: center;
    display: block;
    width: 100%;
}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0;
    background: #544D3B;
	cursor: pointer;
    margin: 8px 3px 0px;
    border-radius: 6px;
}
.jquery-slider-page:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
}
.jquery-slider-page-current {
    background: #A51B33;
}