.slider_area{position: relative;}
.slided_area{position: absolute; left:0;}

.slided_area_prev, .slided_area_next{display: none; position: absolute; bottom: 0; z-index: 100; width: 50px; height: 100%; background: #fff; }
.slided_area_prev{}
.slided_area_next{right: 0;}
.slided_area_prev:before,
.slided_area_next:before{position: absolute; top: 50%; left: 50%; margin: -25%; font-family: "FontAwesome"; color: #2b2b2b; font-size: 30px; cursor: pointer;}
.slided_area_prev:before{content: '\f053';}
.slided_area_next:before{content: '\f054';}

.slider_slide_to{position: absolute; bottom: 0; right: 10px;}
.slide_to_btn{float: left; width: 20px; height: 35px; margin: 0 3px; background: #000; background: rgba(0,0,0,0.5); text-align: center; font-family: 'GeoSlab'; font-size: 10px; cursor: default;}
#content .slide_to_btn{float: left; width: 20px; height: 15px; margin: 3px 3px 0; background: #000; background: rgba(0,0,0,0.5); text-align: center; font-family: 'GeoSlab'; font-size: 10px; cursor: default;}

.slided_area_prev:hover, .slided_area_next:hover, .slide_to_btn:hover{}
