
.grid_12 #sliderContent {
    width: 880px;
	margin-bottom: 10px;
    padding: 0 10px 10px;
}

.grid_12 .viewer {
    width: 800px;
    height: 280px;
    margin: 0 auto 10px;
    padding: 1px;
    overflow: hidden;
    position: relative;
    border: 1px solid #FA8000;
	
}

.grid_12 .content-conveyor {
    width: 800px;
    height: 250px;
    position: relative;
}

.grid_12 .item {
    width: 180px;
    float: left;
    text-align: center;
}

.grid_12 .item h2 {
    font-size: 100%;
    margin: 10px 0;
	color: #FA8000;
}

.grid_12 .item img {
    padding: 1px;
}


.grid_12 .ui-slider {
    position: relative;
    text-align: left;
    height: .5em;
}

.grid_12 .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: default;
}

.grid_12 .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .5em;
    display: block;
    height: .5em;
    border: 0;
}


