.sliderGallery {
    background: none;
    overflow: hidden;
	position: relative;
	height: 246px;
    width: 789px;
}

.sliderGallery#branchSlider {
	height: 50px;
}

.sliderGallery#axzionSlider {
	height: 300px;
}

.sliderGallery ul {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.sliderGallery ul li {
	display: inline;
}
.slider {
    width: 787px;
    height: 25px;
    padding: 1px;
    position: relative;
	top: 206px;
    background: url(/static/images/layout/slider/slidebar.png) no-repeat;
}

.handle {
    position: absolute;
    cursor: move;
    height: 16px;
    width: 65px;
    top: 206;
    background: url(/static/images/layout/slider/slider.png) no-repeat top;
    z-index: 100;
	margin-top: 4px;
	margin-left: 0px;
	padding-left: 18px;
	padding-right: 20px;
}

 .sliderGallery#axzionSlider .slider {
	top: 270px;
}

.slider span {
    color: #bbb;
    font-size: 80%;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    top: 1px;
}

