@charset "UTF-8";

    .fraction-slider {
                        position: relative;
                        width: 100%;
                        height: 100%;
                        overflow: visible;
                        }

    .fraction-slider .slide {
                                position: absolute;
                                display: none;
                                width: 100%;
                                height: 100%;
                                z-index: 5000;
                                }

    .fraction-slider .active-slide {
                                        z-index: 9999;
                                        }

    .fraction-slider .fs_obj {
                                position: absolute;
                                display: block;
                                display: none;
                                z-index: 7000;
                                top: 0px;
                                left: 100%;
                                }

    .fraction-slider .fs_fixed_obj {
                                        z-index: 6000;
                                        left: 0;
                                        }

    .fraction-slider .fs_obj * {
                                    position: relative;
                                    display: inline-block;
                                    top: 0;
                                    left: 0;
                                    }

    .fs_loader {
                    width: 100%;
                    height: 100px;
                    background: url(../../images/slider/icon/fs.spinner.gif) center no-repeat transparent;
                    }

/** CONTROLS **/

    .fraction-slider .prev,
    .fraction-slider .next {                                
                                position:absolute;
                                display: none;
                                width: 45px;
                                height: 45px;
                                z-index: 9999;
                                }

    .fraction-slider .prev {
                                background: url(../../images/slider/icon/fs.prevnext.png) 0px 0px no-repeat transparent;
                                top: 48%;
                                left: 10px;
                                }

    .fraction-slider .prev: hover {
                                    background: url(../../images/slider/icon/fs.prevnext.png) 0px -45px no-repeat transparent;
                                    }

    .fraction-slider .next {
                                background: url(../../images/slider/icon/fs.prevnext.png) -45px 0px no-repeat transparent;
                                top: 48%;
                                right:10px;
                                }

    .fraction-slider .next: hover {
                                    background: url(../../images/slider/icon/fs.prevnext.png) -45px -45px no-repeat transparent;
                                    }

    .fraction-slider:hover .prev,
    .fraction-slider:hover .next {
                                    display: block;
                                    }

/** PAGER **/

    .fs-pager-wrapper {
                        position: absolute;
                        left: 10px;
                        bottom: 10px;
                        z-index: 9999;
                        }

    .fs-pager-wrapper a,
    .fs-custom-pager-wrapper a {
                                    display: inline-block;
                                    width: 14px;
                                    height: 14px;
                                    background: url(../../images/slider/icon/fs.pager.png) 0px -14px no-repeat transparent;
                                    margin: 0 5px 0 0;
                                    }

    .fs-pager-wrapper .active,
    .fs-custom-pager-wrapper .active {
                                        background: url(../../images/slider/icon/fs.pager.png) 0px 0px no-repeat transparent;
                                        }
