﻿html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Cambria, Georgia, "Times New Roman" , Times, serif;
}
a
{
    color: #06C;
    font-weight: bold;
}
a:hover
{
    text-decoration: none;
}
#link-to-spr
{
    background-color:#FFF;
    background: rgba(255,255,255,.85);
    opacity:0.85;
    filter: alpha(opacity = 85);
    clear: both;
    display: block;
    height: 40px;
    line-height: 40px;
    /*padding: 10px;*/
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
}
.fluid_container
{
    bottom: 0;
    height: 100%;
    max-height: 800px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 800px;
    z-index: 0;
}
#slideshow_wrapper
{
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: 0 !important;
    position: fixed;
    right: 0;
    top: 0;
}
.camera_bar
{
    z-index: 2;
}
.camera_thumbs
{
    margin-top: -120px;
    position: relative;
    z-index: 1;
}
.camera_thumbs_cont
{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.camera_overlayer
{
    opacity: .1;
}

.camera_caption > div 
{
    text-align:center;
}