/* SLIDER
—————————————————————————————————————————————————————— */
#main_banner_slideshow_container .bx-prev {
    position: absolute;
    left: 325px;
    bottom: -31px;
}
#main_banner_slideshow_container .bx-pager {
    position: absolute;
    bottom: -28px;
    left: 340px;
}
#main_banner_slideshow_container .bx-next {
    position: absolute;
    left: 385px;
    bottom: -31px;
}

#bannerContent .bx-pager .pager-link,
#main_banner_slideshow_container .bx-pager .pager-link {
    width: 15px;
    height: 21px;
    text-indent: -999em;
    display: block;
    float: left;
    background: url(../images/main_banner_thumbnail_OFF.png) no-repeat;
    font-size: 12px;
}
#bannerContent .bx-pager .pager-active,
#main_banner_slideshow_container .bx-pager .pager-active {
    background-image: url(../images/main_banner_thumbnail_ON.png);
}

#slider2 {
    width: 170px;
}
#slider2 li {
    float: left;
}
#slider2 li img {
    margin-bottom: 8px;
}
#slider2 .alpha {
    margin-right: 10px;
}
#navBanner .bx-wrapper {
	height: 336px;
}

#navBanner .bx-window {
  font-size: 12px;
}
#bannerContent .bx-prev {
    position: absolute;
    left: 13px;
    bottom: -25px;
}
#bannerContent .bx-pager {
    position: absolute;
    bottom: -22px;
    left: 32px;
}
#bannerContent .bx-next {
    position: absolute;
    left: 153px;
    bottom: -25px;
}

.tabs .btn-tab {
    display: block;
    height: 33px;
    float: left;
    min-width: 80px;
    text-decoration: none;
    cursor: pointer;
}

/* SHARE
—————————————————————————————————————————————————————— */
.box {
	width: 150px;
	height: 200px;
}
.popbox {
  text-align:center;
  position:relative;
  float: left;
  margin: 0 0 0 10px;
}

.collapse { position:relative; }

.box {
	display:block;
	display:none;
	background:#FFF;
	border:solid 1px #BBBBBB;
	border-radius:5px;
	box-shadow:0px 0px 15px #999;
	position:absolute;
	width: 100px;
	height: 110px;
	padding: 10px 6px;
	z-index: 999;
}

.box a {
	font-size: 14px;
	text-decoration: none;
	width: 100px;
	height: 24px;
	display: block;
	margin-bottom: 5px;
	text-align: left;
}

.box a.close {
   color:red;
   font-size:12px;
   font-family:arial;
   text-decoration:underline;
}

.box a:hover
{
	background-color: #F1F0EB;
}

.box a span {
	display: inline-block;
	margin: 0 0 14px 6px;
	line-height: 24px;
	vertical-align: middle;
}

/* SELECT BOX
—————————————————————————————————————————————————————— */
.sbHolder{
	background-color: #eaeaea;
	border: solid 1px #c8d4ce;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	font-weight: bold;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	outline: none;
	text-decoration: none;
}

.sbToggle{
	background: url(/images/bg_drop_down.png) 100% 50% no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbOptions{
	background-color: #eaeaea;
	border: solid 1px #c8d4ce;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 128px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions li:last-child a {
    border-bottom: none;
}
.sbOptions a:link, .sbOptions a:visited{
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	background-color: #575482;
	color: #fff;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
