

.rslides {
  margin: 0 auto;
  }


.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 10px;
  opacity: 1;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 68px;
  width: 38px;
  background: transparent url("../main/slider_btn.png") no-repeat left top;
  margin-top: -45px;
  }

/* .centered-btns_nav:active {
  opacity: 0.7;
  } */
.centered-btns_nav.prev {
  left: auto;
  background-position: left top;
  left: -30px;
  }
	
	
.centered-btns_nav.prev:hover {
  left: auto;
  background-position: left -69px;
  left: -30px;
  }



.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: -30px;
  }
.centered-btns_nav.next:hover {
  left: auto;
  background-position: right -68px;
  right: -30px;
  }
	

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }


.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  position:absolute;
  width:100%; /* button Á¤·ÄÀ» À§ÇÑ ÀüÃ¼ ³ÐÀÌ °ª*/
  bottom: 10px;
  text-align: center;
  z-index:3000;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
    _display: block;
  *display: block;

  width:12px;
  height:12px;
  background: url(../main/slide_btn-dot.png) left -12px no-repeat;
}


.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a { background: url(../main/slide_btn-dot.png) left 0px no-repeat}




/*
.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #f5f5f5;
  background: rgba(204,204,204);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.5);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.5);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.5);
  behavior: url(img/inc/PIE.htc);
  width: 12px;
  height: 12px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #444444;
  background: rgba(68,68,68);
  }
*/	
	

