@charset "utf-8";
#gallery {width:1280px; margin:0 auto; padding-bottom:120px;}

#gallery .box {position:relative; width:1280px; margin:0 auto; text-align:center;}


#gallery_slider {overflow:hidden; position:relative; width:1280px; height:780px; margin:0 auto 0;}
#gallery_slider .bx-wrapper .bx-controls-direction a {z-index:1; width:90px; height:90px; margin-top:-26.5px;}
#gallery_slider .bx-wrapper .bx-prev {left:0; background: url('/images/intro/btn_prev.png') no-repeat;}
#gallery_slider .bx-wrapper .bx-next {right:0;	background: url('/images/intro/btn_next.png') no-repeat;}
#custom_pager {width:1280px; text-align:center;}
#custom_pager ul {overflow:hidden;}
#custom_pager li {float:left; padding-right:15px; padding-top:20px;}
#custom_pager li:nth-of-type(7) { padding-right:0; }
#custom_pager li:last-of-type { padding-right:0; }
#custom_pager li a {display:block; position:relative;}
#custom_pager li a:after {position:absolute; top:0; left:0; z-index:2; right:0; bottom:0; opacity:0; border:6px solid #9d5fd7; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; content:'';}
#custom_pager li a.active:after {opacity:1;}
#custom_pager img {width:170px;}
