/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper { position: relative; padding: 0; *zoom: 1; top: 0;  }
.bx-wrapper img { max-width: 100%; display: block; }


/** THEME
===================================*/

.bx-wrapper .bx-viewport {  }
#mainImg .bx-wrapper .bx-controls-auto { position: absolute; bottom: 0; width: 100%; }

#mainImg .bx-pager { /* width: 890px;  left: 50%;  margin-left: -45px; */ z-index: 9999; bottom: 43px; left: 48px; /*top: 58%; */  position: absolute; display: table;  }
#mainImg .bx-pager-item {  display: table-cell;}
#mainImg .bx-pager-item a { width: 15px; height: 15px; text-indent: -999em; margin-right: 7px;  float: left; background: #514544; border-radius: 50%;}
#mainImg .bx-pager-item a.active { background: #e74c3c; }

#mainImg .bx-wrapper .bx-controls-direction a { text-indent: -999em; display: none; }


#bannerRoll .bx-pager { /* width: 890px;  left: 50%;  margin-left: -45px; */ z-index: 9999; top: 43px; right: 18px; position: absolute; display: table;  }
#bannerRoll .bx-pager-item {  display: table-cell;}
#bannerRoll .bx-pager-item a { width: 10px; height: 10px; text-indent: -999em; margin-right: 7px;  float: left; background: #fff; border-radius: 50%;}
#bannerRoll .bx-pager-item a.active { background: #333; }

#bannerRoll .bx-wrapper .bx-controls-direction a { text-indent: -999em; display: none; }

.boxslider_gallery .bx-pager { /* width: 890px;  left: 50%;  margin-left: -45px; */ z-index: 9999; bottom: 43px; left: 48px; /*top: 58%; */  position: absolute; /* display: table; */ display: none;  }
.boxslider_gallery .bx-viewport { height: 80px !important; }
.boxslider_gallery .bx-pager-item {  display: table-cell;}
.boxslider_gallery .bx-pager-item a { width: 15px; height: 15px; text-indent: -999em; margin-right: 7px;  float: left; background: #514544; border-radius: 50%;}
.boxslider_gallery .bx-pager-item a.active { background: #e74c3c; }

.boxslider_gallery .bx-wrapper .bx-controls-direction a { text-indent: -999em; display: none; }


#best_prd .bx-pager { display: none; }
#best_prd .bx-controls { position: absolute; top: -40px; right: 5px; width: 25px; height: 35px; }
#best_prd .bx-wrapper .bx-controls-direction a { position: absolute;  outline: 0; width: 7px; height: 13px; text-indent: -9999px; z-index: 9999;  text-indent: -999em;  display: block; }
#best_prd .bx-wrapper .bx-controls-direction a.disabled  {  display: none; }
#best_prd .bx-prev {  background: url(http://www.jintailor.co.kr/skin/user/basic/page/_image/best_arrow_l.png) no-repeat; left: 0;  }
#best_prd .bx-next {  background: url(http://www.jintailor.co.kr/skin/user/basic/page/_image/best_arrow_r.png) no-repeat; right: 0; }
