.jqs {
    overflow: hidden;
    position: relative;
}
.jqs-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 400px; /* 640x237 */
    height: 220px;
}
.jqs-control { /* 左右のスライダー表示 */
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
	font-weight: bold;
    padding: 0;
    margin: 0;
    border: 0px solid #666; /* ←罫→ */
    background: #fff;
    opacity: 0.33;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: #666 0 0 2px;
    text-shadow: #fff 0 0 1px;
    filter: alpha(opacity=0); /* 透明IE */
    -moz-opacity:0.0;
    opacity:0.0;
}
.jqs-control:hover {
    opacity: 0.0;
}
.jqs-control-prev { /* 左のスライダー表示 */
    left: 0px;
    bottom: 100px;
}
.jqs-control-next { /* 右のスライダー表示 */
    right: 0px;
    bottom: 100px;
}

/* 以下使用していないCSS */
.xjqs-pages { /* 中央のスライダー位置 */
    overflow: visible;
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 20px;
}
.xjqs-page { /* 下中央の○ */
	overflow: hidden;
	position: relative;
	display: block;
	float: right;
	width: 12px;
	height: 12px;
	width: 9px\9; /* IE8 */
	height: 9px\9; /* IE8 */
	*width: 9px\9; /* IE7 */
	*height: 9px\9; /* IE7 */
	_width: 9px\9; /* IE6 */
	_height: 9px\9; /* IE6 */
	padding: 0;
	margin: 0px aout;
	background: #999;
	cursor: pointer;
	opacity: 0.33;
	margin: 5px;
	border-radius: 6px;
	box-shadow: #333 0 0 2px;
	
}
.xjqs-page:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
}
*x.jqs-page:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	background: #666;
}
.xjqs-page-current {
    opacity: 1;
}