#loading {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#loading span {
    color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -1em;
}


/* main image area */

#fmain {
    margin-top: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#fmain img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#fmain .slide {}

#fmain img.btm {
    margin-top: -7%;
}


/*.jquery-slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}*/

.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background: #fff;
    opacity: 0.33;
    cursor: pointer;
    border-radius: 30px;
    box-shadow: #666 0 0 2px;
    text-shadow: #fff 0 0 1px;
	top: 43%;
    font-family: 'icons';
}

.jquery-slider-control:hover {
    opacity: 0.7;
}

.jquery-slider-control-prev {
    left: 5px;
}

.jquery-slider-control-prev:before {
    content: "\e940";
}

.jquery-slider-control-next {
    right: 5px;
}

.jquery-slider-control-next:before {
    content: "\e93f";
}

.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    left: 10px;
    bottom: 10px;
    height: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 3px;
    padding: 0;
    background: #000;
    cursor: pointer;
    opacity: 0.33;
    margin: 3px !important;
    /*border-radius: 6px;
	box-shadow: #666 0 0 2px;*/
}

.jquery-slider-page:hover {
    /*-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);*/
}

.jquery-slider-page-current {
    opacity: 1;
}

@media screen and (max-width: 540px) {
    #fmain {
        padding-bottom: 20px;
    }
    .jquery-slider-control {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        opacity: 0.33;
        cursor: pointer;
        border-radius: 15px;
        top:33%;
        margin-top: 0;
    }
    .jquery-slider-pages {
        left: 10px;
        bottom: 0px;
        height: 20px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .jquery-slider-page {
        overflow: hidden;
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        padding: 0;
        background: #000;
        cursor: pointer;
        opacity: 0.33;
        margin: 3px 5px !important;
    }
    .jquery-slider-page-current {
        opacity: 1;
    }
}