/* Position Specific Styling */

div#zenslideWrapper {
    display: block;
    position: relative;
    width: 550px;
    margin: 0 auto;
}

ul#galleryMainNav {
    display: block;
    height: 18px;
    clear: both;
    padding-top: 20px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

ul#galleryMainNav li {
    display: inline;
    margin-right: 10px;
    text-align: center;
}

/* End postion styling */

/* Generic Styling */

div.slideShowWrapper {
    border: none;
    background: none;
    padding-bottom: 5px;
}

div.slideShowNav {
    display: none;
}

div#zenfolioWrapper {
    display: block;
    width: 700px;
}

br.clear {
    display: block;
    width: 1px;
    hieght: 1px;
    clear: both;
}

ul#galleryMainNav li {
    list-style: none;
    font-variant: small-caps;
    font-size: 14px;
    padding-bottom: 3px;
}

ul#galleryMainNav li a, ul#galleryMainNav li a:visited {
    color: #444;    
}
ul#galleryMainNav li a:hover {
    color: #666;
    text-decoration: none;
}

ul#imagesNav {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: -38px;
}

ul#imagesNav li {
    display: block;
    width: 5px;   
    padding: 3px 8px 3px 7px;
    margin-right: 3px;
    float: left;
    background: #dcdcdc;
    font-weight: bold;
    color: #333;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
}

ul#imagesNav li:hover {
    cursor: pointer;
    cursor: hand;
    background: #666;
    color: #fafafa;
}

p#imageCaption {
    display: block;
    width: 100%;
    margin-top: 0px;
    padding: 0;
    padding-bottom: 40px;
    clear: left;
    min-height: 12px;
}

div.slideShowCtrl {
    visibility: hidden;
}

ul#imagesNav li.activeImage {
    background: #666;
    color: #fafafa;
}

ul#galleryMainNav li.activeCategory a, ul#galleryMainNav li.activeCategory a:visited {
    font-weight: bold;
}
