@charset "iso-8859-1";
/* CSS Document */

.jssorb14, .jssorb05 {
	position: absolute; bottom:40px;
}
.jssorb14 div, .jssorb14 div:hover, .jssorb14 .av {
	position: absolute;
	/* size of bullet elment */
	width: 19px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	color: white;
	font-size: 12px;
	background: url(../img/b14.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb14 div { background-position: -5px -5px; }
.jssorb14 div:hover, .jssorb14 .av:hover { background-position: -35px -5px; }
.jssorb14 .av { background-position: -65px -5px; }
.jssorb14 .dn, .jssorb14 .dn:hover { background-position: -95px -5px; }


.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	/* size of bullet elment */
	width: 19px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	color: white;
	font-size: 12px;
	background: url(../img/b05.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb05 div { background-position: -95px -5px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -65px -5px; }
.jssorb05 .av { background-position: -5px -5px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -95px -5px; }


.jssora21l, .jssora21r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 55px;
	height: 83px;
	cursor: pointer;
	background: url(../img/a21.png) center center no-repeat;
	overflow: hidden;
	opacity: 0.7;
    filter: alpha(opacity=70);	
}

.jssora11l, .jssora11r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: url(../img/a11.png) center center no-repeat;
	overflow: hidden;
	opacity: 0.7;
    filter: alpha(opacity=70);	
}

.jssora21l:hover, .jssora11l:hover { opacity: 1; filter: alpha(opacity=100);}
.jssora21r:hover, .jssora11r:hover { opacity: 1; filter: alpha(opacity=100);}
.jssora21l, .jssora11l { background-position: -128px -33px; }
.jssora21r, .jssora11r { background-position: -63px -33px; }

