.higher_opacity_control {
	background-image: url(images/higherOpacity.png);
	width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    padding: 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
    cursor: auto;
    text-align: center;
    background-color: #ffffff;
}

.higher_opacity_control:hover {
	background-color: #f4f4f4;
}

.lower_opacity_control {
	background-image: url(images/lowerOpacity.png);
	width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    padding: 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
    cursor: auto;
    text-align: center;
    background-color: #ffffff;
}

.lower_opacity_control:hover {
	background-color: #f4f4f4;
}

/*スライダーバーに影をつける*/
.ui-corner-all {
    box-shadow: 0px 7px 14px rgba(47, 47, 47, 0.65);

}


.opacity_slider_control .ui-slider-range {
    background-image: none;
    background-color: #FFE39E;
} 

 .ui-slider-range {
    cursor: pointer;
}

.opacity_slider_control {
    position: absolute;
    z-index: 10000000000;
    bottom:30px;
    right: 30px;
    cursor: pointer;
}
