


#categoryID_top #keyVisual #slider .bxslider {
	display:none;
}

.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: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: 1px solid #666;
    background: #fff;
    opacity: 0.33;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: #666 0 0 2px;
    text-shadow: #fff 0 0 1px;
}*/
/*.jquery-slider-control:hover {
    opacity: 1;
}*/

.jquery-slider-control-prev {
	position: absolute;
	left: -30px;
	width: 23px;
	height: 143px;
	background-color:#FFFFFF;
	padding:102px 7px 0 0;
	cursor:pointer;}
.jquery-slider-control-prev span{background: url(/images/controls.png) no-repeat -24px 0;
	width: 23px;
	height: 40px;
	text-indent: -9999px;
	display:block;}
	
	
.jquery-slider-control-prev span:hover {
	background-position: -24px -40px;
}
.jquery-slider-control-next {
	position: absolute;
	right: -30px;
	width: 23px;
	height: 143px; background-color:#FFFFFF;
	padding:102px 0 0 7px;
	cursor:pointer;
}
.jquery-slider-control-next span{
	background: url(/images/controls.png) no-repeat 0 0;
	width: 23px;
	height: 40px;
	text-indent:-9999px;
	display:block;}

.jquery-slider-control-next span:hover {
	background-position: 0 -40px;
}
.jquery-slider-pages {
    bottom: -10px;
    font-size: 1px;
    height: 5px;
    line-height: 1;
    overflow: hidden;
    position: absolute;
    right: 0;
}

.jquery-slider-page {
    background: url("/images/controls.png") no-repeat scroll 0 -90px #FFFFFF;
    color: #E7E7E7;
    height: 5px;
    width: 30px;
	display: inline-block;
	*display: inline;/*スターハック*/
  	*zoom: 1;/*スターハック*/
	margin-left:5px;
	float:right;
	cursor:pointer;
}



.jquery-slider-page:hover {
    background: url("/images/controls.png") no-repeat scroll -34px -90px #000000;
    color: #23238C;
}
.jquery-slider-page-current {
    background: url("/images/controls.png") no-repeat scroll -34px -90px #000000;
    color: #23238C;
}