
.jquery-slider {
    overflow: hidden !important;
    position: relative;
    height:87px !important;
    width:523px !important;
}
.jquery-slider-element{
    overflow: hidden !important;
    display: none;
    position: absolute;
    left: 0px;
    top: 9px;
    _top: 6px;
    padding-left:26px;
    width: 471px;
    height: 66px;
}

/*-----------------------------------

-----------------------------------*/

.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    width: 21px;
    height: 49px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-indent:-9999px;
}
*:first-child+html .jquery-slider-control {
	background:red;
	 filter:alpha(opacity=0) !important;
}


.jquery-slider-control-prev {
    left: 5px;
    top: 10px;
}
.jquery-slider-control-next {
    right: 5px;
    top: 10px;
}/*

.jquery-slider-pages {
	display:none;
}
.jquery-slider-page {
	display:none;
}
.jquery-slider-page-current {
    opacity: 1;
}