.jquery-slider {
    overflow: hidden;
    position: relative;
    cursor:url(../../img/recruit/stop.cur),auto;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    width: 24px;
    height: 24px;
	width: 26px\9;height: 26px\9;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: 1px solid #666;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border: none\9;
	color:#333333\9;
    background: rgba(255,255,255,0.4);
	background-color: #fff\9;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: rgba(0,0,0,0.5) 0 0 3px;
    text-shadow: #fff 0 0 1px;
}
.jquery-slider-control:hover {
    background: rgba(255,255,255,1);
	background: #000\9;
	color:#FFF\9;
}
.jquery-slider-control-prev {
    left: 5px;
    bottom: 5px;
	text-indent:6px;
	text-indent:7px\9;
}
.jquery-slider-control-next {
    right: 5px;
    bottom: 5px;
	text-indent:7px;
	text-indent:8px\9;
}
.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    bottom: 0px;
    height: 12px;
	padding: 12px 0px;
}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
	background: rgba(255,255,255,0.5);
	background: #FFF\9;
	cursor: pointer;
    margin: 0px 6px;
    border-radius: 6px;
    box-shadow: #000 0 0 2px;
}
.jquery-slider-page:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	width:18px\9; height:18px\9;right:-3px\9; top:-3px\9; margin-left:0px\9;
}
.jquery-slider-page-current {
	background: rgba(255,255,255,1);
	background: #000\9;
}
