.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 {
	display:block;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
	text-indent:-9999em;
}
.jquery-slider-control:hover {
    opacity: 1;
}
.jquery-slider-control-prev {
    left: 0;
    bottom: 0;
	width:71px;
	height:38px;
}
.jquery-slider-control-next {
    right: 0;
    bottom: 0;
	width:75px;
	height:38px;
	background-position:-170px 0;
}
.jquery-slider-pages {
	/*display:none;*/
    overflow: hidden;
    position: absolute;
    top: 370px;
    right: 0;
    height: 20px;
}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    background: #3D3D3D;
    margin: 3px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: #333 0 0 2px;
}
.jquery-slider-page-current {
    background:#999999;
}