@charset "UTF-8";
/*flexslider*/
.flexslider { position: relative; zoom: 1;max-height:449px;overflow: hidden;}
.flex-viewport {max-height:449px;overflow: hidden;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport{max-height:449px;display: none;}
.flexslider .slides {zoom: 1;}
.flexslider .slides img{width: 100%;}
.carousel li {margin-right: 5px}

.flex-control-nav{height:20px;margin-right:-5px;text-align:center}
.flex-control-nav li{margin-right:5px;line-height:20px;display:inline-block;*zoom:1;*display:inline;}
.flex-control-nav a{width:20px;height:20px;overflow: hidden;text-indent: 100%;white-space: nowrap;display:block;position:relative;}
.flex-control-nav a:before,.flex-control-nav a.flex-active:before{position:absolute;width:10px;height:10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;line-height:1;bottom:0;left:5px;content:"";
}
.flex-control-nav a:before{background:#ccc;opacity: .7;}
.flex-control-nav a.flex-active:before{background:#1f2226;opacity: 1;}

#slider_img{margin: 0 0 70px;}
#slider_img .slider{position: relative;}
.flex-direction-nav a{position: absolute;top: 0;display: block;height: 100%;width: 80px;font-size: 0;cursor: pointer;
}
.flex-direction-nav a.flex-next{right: 0;}
.flex-direction-nav a.flex-prev{left: 0;}
.flex-direction-nav a:before { display: block;content: "";width: 40px;height: 64px;background-size: contain;top:50%;margin-top: -42px;opacity: 0;position: absolute;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
}
.flex-direction-nav a.flex-prev:before {left: 20px;
background:url(../images/slider_prev.png) no-repeat;
}
.flex-direction-nav a.flex-next:before { background:url(../images/slider_next.png) no-repeat;right: 20px;
}

.flex-direction-nav a:hover:before{opacity: 0.8;}

#store{padding-top: 30px;margin-top: -30px;}
