.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: 38px;
    height: 38px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
	z-index:499;

}
.jquery-slider-control:hover {
    opacity: 0.4;
}
.jquery-slider-control-prev {
	background:url(../img/bnr_btn_prev-trans.png) no-repeat;
    left: 50px;
    top: 134px;
}
.jquery-slider-control-next {
	background:url(../img/bnr_btn_next-trans.png) no-repeat;
    right: 245px;
    top: 134px;
}
.jquery-slider-pages {
	width : 85px ;
	*width : 100px ;
	text-align:center ;
    overflow: visible;
	height: 13px;
	margin:10px auto 0;

}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 11px;
    height: 11px;
    padding: 0;
    margin: 0 5px;
	
    background:url(../img/bnr_btn_nomal.gif) no-repeat ;

}
.jquery-slider-page:hover {
     background:url(../img/bnr_btn_current.gif) no-repeat ;
}
.jquery-slider-page-current {
     background:url(../img/bnr_btn_current.gif) no-repeat ;
}