/*
Theme Name: Quik Gallery
Theme URI: http://wpexplorer.com
Description: Gallery/Blog style theme by <a href="http://www.wpexplorer.com/">WPExplorer</a>
Author: AJ Clarke
Author URI: http://www.wpexplorer.com
Version: 1.0
*/

/* ----------------------  Reset Browser A Bit & Clear Floats -------------------------- */
* {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

a img,
a {
    outline: 0;
    border: 0
}

/* ----------------------  Body -------------------------- */
body {
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    background: #fff
}

/* ----------------------  HTML Elements -------------------------- */
a {
    text-decoration: none;
    border: 0;
}

a:hover {
    text-decoration: none;
}







/* ---------------------- 百叶窗banner  -------------------------- */
#slider-wrap {
    width: 100%;
}

/*可以修改宽高*/
#slider {
    position: relative;
    width: 100%;
    height: 550px;
    background: #FFF;
}

/*可以修改宽高*/
#slider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
}

/*可以修改宽高*/
.nivoSlider {
    position: relative;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    display: block;
    left: 0px;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
}

/*可以修改宽高*/
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    width: 100%;
    z-index: 50;
    height: 40px;
}

/*可以修改宽高*/
.nivo-caption p {
    width: 100%;
    height: 40px;
    text-indent: -9999px
}

/*可以修改宽高*/
.nivo-controlNav {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 100;
}

/*可以修改左右上下间距*/
.nivo-controlNav a {
    position: relative;
    z-index: 99;
    cursor: pointer;
    background: #074d91
}

.nivo-controlNav a.active {
    background: #ff6400;
    font-weight: bold
}

.nivo-controlNav a {
    display: block;
    color: #fff;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 3px;
    float: left;
    overflow: hidden;
}

/*可以修改宽高*/
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

/*左右切换按钮，不能删除，如果不需要可以设背景，删除会引起图片错位*/
.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    border: 0;
}

a.nivo-nextNav {
    right: 15px;
}

a.nivo-prevNav {
    left: 15px;
}