/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

.bxslider{
	padding: 0px;
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
.bxslider ul li{
 text-align: center;
}
.bxslider img{
max-width: 100%;
width:100%;
*max-width: 1500px;

/*max-height:380px !important;*/
}
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	width: 100%;
	*max-width: 100%;
	/*max-width: 1280px;*/
	margin-top: 0px;
	margin-right: auto;
	padding-bottom: 0px;
	margin-left: auto;

	
}
.bx-wrapper li {
    text-align: center;
}
.bx-wrapper img {
	max-width: 100%;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
.bx-wrapper img a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}




/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/* [disabled]-moz-box-shadow: 0 0 5px #ccc; */
	/* [disabled]-webkit-box-shadow: 0 0 5px #ccc; */
	/* [disabled]box-shadow: 0 0 5px #ccc; */
	/* [disabled]border: solid #fff 5px; */
	/* [disabled]left: -5px; */
	/* [disabled]background: #fff; */
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
	
	
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	background-color: transparent;
	background-image: url(../../img/slider2/css/bx_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* PAGER */

.bx-wrapper .bx-pager {
	width:100% !important;
	vertical-align: middle !important;
	bottom: 10%;
	z-index: 999;
	text-align: center !important;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 0px;
	

}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 45px;
	height: 45px;
	text-indent: 9999;
	z-index: 8888;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-prev, 
.bx-wrapper .bx-next {
	text-decoration:none;
	position:absolute;
	width:45px; height:45px;
	padding: 0.5em;
	z-index:9999;
	letter-spacing: 2px;
	font-size: 12px;
	text-align: center;
	display: block;

}

.bx-wrapper .bx-prev:after {
  /*font-family: 'special-ui-font';*/
   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "←"; /*\e02d箭頭往下, \e02c箭頭往上*/
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.bx-wrapper .bx-prev:after {
  font-size: 32px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.bx-wrapper .bx-prev:after {
  text-align: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}


.bx-wrapper .bx-prev:hover {
  display: block;
}

.bx-wrapper .bx-prev {
	left: 0px;
		
	color: #FFF;

	background: rgba(201,201,201,0.4);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(201,201,201,0.4)), to(rgba(201,201,201,0.4)));
	background: -webkit-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -moz-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -ms-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -o-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	-pie-background: linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 110%;
	line-height: 180%;
	
	behavior: url(corner/PIE.php);

}

.bx-wrapper .bx-next {
	right: 0px;
	color: #FFF;

	background: rgba(201,201,201,0.4);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(201,201,201,0.4)), to(rgba(201,201,201,0.4)));
	background: -webkit-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -moz-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -ms-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: -o-linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	background: linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	-pie-background: linear-gradient(rgba(201,201,201,0.4), rgba(201,201,201,0.4));
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 110%;
	line-height: 180%;	
	behavior: url(corner/PIE.php);


}

.bx-wrapper .bx-prev:hover {
	color:#555555;
	background: rgba(251,251,251,0.3);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(251,251,251,0.3)), to(rgba(251,251,251,0.3)));
	background: -webkit-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -moz-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -ms-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -o-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	-pie-background: linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	behavior: url(corner/PIE.php);

}

.bx-wrapper .bx-next:hover {
	color:#555555;
	background: rgba(251,251,251,0.3);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(251,251,251,0.3)), to(rgba(251,251,251,0.3)));
	background: -webkit-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -moz-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -ms-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: -o-linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	background: linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	-pie-background: linear-gradient(rgba(251,251,251,0.3), rgba(251,251,251,0.3));
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	behavior: url(corner/PIE.php);

}
.bx-wrapper .bx-next:after {
 /* font-family: 'special-ui-font';*/
 font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;	

  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "→"; /*\e02d箭頭往下, \e02c箭頭往上*/
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.bx-wrapper .bx-next:after {
	font-size: 32px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	
}

.bx-wrapper .bx-next:after {
  text-align: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}


.bx-wrapper .bx-next:hover {
  display: block;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
	display:block;
}



/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	*right: 0%;
	

	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

.bx-wrapper .bx-caption span {
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	color: #fff;
	font-family: "微軟正黑體", Arial;
	max-width: 70%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	font-size: 85%;
	padding: 5px;
	line-height: 17px;
}
.logo_slider{
	position: absolute;
 	display: block;
 	text-align: center;
 	max-width: 100%;
 	width: 100%;
 	height: 91px;
 	background-size: cover;
 	z-index: 99;
 	top:32%;
	background-repeat:no-repeat !important; 
	background-position:center center !important;

}