/*

Craftyslide CSS Styles

*/

#slideshow {
    margin:0;
    padding:0;
    position:relative;
    /*	border:15px solid #fff;
            -webkit-box-shadow:0 3px 5px #999;
            -moz-box-shadow:0 3px 5px #999;
            box-shadow:0 3px 5px #999;*/
}

#slideshow ul {
    position:relative;
    overflow:hidden;
    margin:0;
    padding:0;
}

#slideshow ul li {
    width:950px;
    height: 292px;
    position:absolute;
    top:0;
    left:0;
    margin:0;
    padding:0;
    list-style:none;
}

#pagination {
    background-image:url("../images/pagination.jpg");
    background-repeat: repeat-x;
/*    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-box-shadow:0px 0px 3px 0px #777777;
    -webkit-box-shadow:0px 0px 3px 0px #777777;
    box-shadow:0px 0px 3px 0px #777777;*/

    clear:both;
    width:90px;
    height: 40px;
    margin:0px auto;
    padding:0;
    position: absolute;
    z-index: 100;
    bottom: 0px;
/*    left: 0;*/
    right: 10px;
    /*        overflow: hidden;*/
}

#pagination li {
    list-style:none;
    float:left;
    margin:0 2px;
    padding: 7px 3px;
}

#pagination li a {
    display:block;
    width:20px;
    height:20px;
    text-indent:-10000px;
    background:url(../images/pagination.png) center top;
}

#pagination li a.active {
    /*	background-position:0 10px;*/
    background-position:center bottom;
}

.caption {
    width:100%;
    margin:0;
    padding:10px;
    position:absolute;
    left:0;
    font-family:Helvetica, Arial, sans-serif;
    font-size:14px;
    font-weight:lighter;
    color:#fff;
    border-top:1px solid #000;
    background:rgba(0,0,0,0.6);
}