/* Basic jQuery Slider essential styles */
ul.bjqs{
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	}
li.bjqs-slide{
	display:none;
	width:251px;
	margin:0;
	padding:0;
	position:absolute;
	}

ul.bjqs-controls{
	border: 0px solid #000;
	list-style:none;
	margin:0;
	padding:0;
	/*display:none;*/
	z-index:9999;
    width:251px;
	height:50px;
	}

ol.bjqs-markers{
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
	}
ol.bjqs-markers li{
	float:left;
	}

/*p.bjqs-caption{
   border:0px solid #000;
	width:100%;
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
	}*/

/* demo styles */

#gt_content .clumn .success #banner {
	height:209px;
	width:251px;
	margin:0 auto;
	position:relative;
	border:0px solid #000;
}
#gt_content .clumn .success #banner li{
	background-image:none;
	padding: 6px 0;
	}
#gt_content .clumn .success #banner li strong{
	color:#059;
	font-size: 15px;
	}
#gt_content .clumn .success #banner li img{
	margin-bottom:10px;
	}
/*上一筆下一筆*/
 ul.bjqs-controls li a{
	filter:alpha(opacity=20);
　  -moz-opacity: 0.2;/*fireFox*/
	border: 0px solid #000;
	font-size:0px;
	display:block;
	padding:5px 10px;
	position:absolute;
	color:#999;
	text-decoration:none;
	width:40px;
	height:30px;
	outline: none; /*適用Firefox*/
	hlbr:expression(this.onFocus=this.blur()); /*適用IE*/
	}
 ul.bjqs-controls li a:hover{
	filter:alpha(opacity=50);
　  -moz-opacity: 0.5;/*fireFox*/
}
a.bjqs-prev{
  left:0;
	background:url(arrows_l.png) no-repeat left;
}
a.bjqs-next{
  right:0;
	background:url(arrows_r.png) no-repeat right;
}
/* p.bjqs-caption{
  background:rgba(0,0,0,0.7);
  color:#fff;
  text-align:center;
  border:1px solid #000;
}*/

 ol.bjqs-markers{
  border: 0px solid #000;
  position:absolute;
  background-image:none;
  bottom:-20px;	
  /*overflow:hidden;*/
}

 ol.bjqs-markers li{
  float:left;
  margin:0 3px;
  border:0;
}

 ol.bjqs-markers li a{
  display:block;
  height:7px;
  width:7px;
  border:0px solid #000;
  overflow:hidden;
  text-indent:-9999px;
  background:#ccc;
}

ol.bjqs-markers li.active-marker a{
  background:#777;
}
