/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none; background-position:center;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999; !important}
ul.bjqs-controls li{list-style:none; !important}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0; padding:0; background-image : url('../01_gikai/images/left.gif'); text-indent: -999em; width:55px; height:80px; background-repeat: no-repeat;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0; padding:0; background-image : url('../01_gikai/images/light.gif'); text-indent: -999em; width:55px; height:80px; background-repeat: no-repeat;}
ul.bjqs-controls.v-centered li.bjqs-next a:hover { right:0; padding:0; background-image : url('../01_gikai/images/left.gif'); width:55px; height:80px; background-repeat: no-repeat; }
ul.bjqs-controls.v-centered li.bjqs-prev a:hover { left:0; padding:0; background-image : url('../01_gikai/images/light.gif'); width:55px; height:80px; background-repeat: no-repeat; }

/*ul.bjqs-controls.v-centered li.bjqs-next a:hover { background-color: silver; background-repeat:url('img/left.gif'); width:55px; height:80px; background-repeat: no-repeat;}*/
/*ul.bjqs-controls.v-centered li.bjqs-prev a:hover { background-color: silver; background-repeat:url('img/light.gif'); width:55px; height:80px; background-repeat: no-repeat;}*/
/*ul.bjqs-controls.v-centered li.bjqs-next a:hover { background-color:transparent; filter:alpha(opacity=0); opacity:0.0; width:55px; height:80px; background-repeat: no-repeat;}*/
/*ul.bjqs-controls.v-centered li.bjqs-prev a:hover { background-color:transparent; filter:alpha(opacity=0); opacity:0.0; width:55px; height:80px; background-repeat: no-repeat;}*/

ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#32cd32;
	color:#fff;
	margin:5px;
	text-decoration: none;
	line-height: 140%;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #008000;
	color: #fff;
	
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}