#slider { background: url(../images/bg_body.jpg);}
*html body #slider { margin-top: -3px;}

.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: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: 1px solid #CCCCCC;
    background: #fff;
    opacity: 0.33;
    cursor: pointer;
    text-shadow: #fff 0 0 1px;
}
.jquery-slider-control:hover {
    opacity: 1;
}
.jquery-slider-control-prev {
	position:absolute;
    left: 5px;
    top: 130px;
	font-size: 1em;
	}

.jquery-slider-control-next {
    right: 5px;
    top: 130px;
	font-size: 1em;
}
.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 20px;
    right: 5px;
}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 7px;
    height: 7px;
    padding: 0;
    margin: 0;
    background: #999;
	cursor: pointer;
    opacity: 0.33;
    margin: 3px;
    }
.jquery-slider-page:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	background: #333333;
}
.jquery-slider-page-current {
    opacity: 1;
	background: #333333;
}