.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: 10px;
    padding: 0;
    margin: 0;
    border: 0;
    background: #000000;
    cursor: pointer;
	
	filter: alpha(style=0, opacity=50)
	-moz-opacity:0.50;
	opacity:0.50;
}
.jquery-slider-control:hover {
	filter: alpha(style=0, opacity=1)
	-moz-opacity:1;
	opacity:1;
}
.jquery-slider-control-prev {
    left: 0px;
    top: 40px;
	background:url("/img/btn-tore-blk.gif")no-repeat;
}
.jquery-slider-control-next {
    right: 0px;
    top: 40px;
	background:url("/img/btn-togo-blk.gif")no-repeat;
}
.jquery-slider-pages {
    overflow: hidden;
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 20px;
    right: 5px;
}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
	top:-30px; 
    display: block;
    float: right;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    background: #999;
    opacity: 0.33;
    margin-left: 10px;
}
.jquery-slider-page-current {
    opacity: 1;
}