﻿/* Filmstrips */
.stripImage
{
    height:100px;
    float:none;
    clear:both;
    position:relative;
    top:-20px;
    z-index:90;
}

div.filmstrip
{
    float:none;
    position: relative;
    clear:none;
    width:750px;
    margin:20px auto 20px auto;
    overflow: scroll;
    height:150px;
    border:solid 1px black;
}
span.stripGalleryTitle
{
    font-weight:bold;
    position:relative;
    top:-20px;
}

.stripGallery, .stripGalleryThumb, .stripGallerySelected
{
    margin:0 5px 0 5px;
    padding:5px 5px 0 5px;
    text-align:center;
}

.stripGalleryThumb
{
    background-color:#C3D6FF;
    border:solid 1px #7994CB;
}

.stripGallerySelected
{
    background-color:#9DABF2;
    border:solid 1px #7994CB;
}

.imageMenu
{
    background-color:Gray;
    visibility:hidden;
    z-index:100;
    position:relative;
    top:0;
    text-align:center;
}


/* Album Details */
div.details
{
    margin-left:20px;
    width:650px;
    float:left;
    clear:left;
}

div.images
{
    width:35%;
    float:left;
    clear:right;
}

p.buttons
{
    float:none;
    clear:both;
    width:50%;
    margin:0 auto 0 auto;
}

table.inputForm
{
    width:650px;
}

table.inputForm td
{
    text-align:left;
}

td.label
{
    width:120px;
}

table.inputForm td.input
{
    width:500px;
}

/* Slideshow Info */
.slideshowSWF
{
    margin-bottom:20px;
}

#ssLocation
{
    margin-bottom:20px;
}

span.info
{
    margin-left:10px;
}

div.slideshowInfo
{
    margin-top:10px;
}

div#ssBuilder, div#ssArchitect, div#ssYear, div#ssDescription
{
    visibility:hidden;
}

span.header, div.slideshowInfo h6 {
    font-size:12px;
    font-weight:bold;
}


div.instructions
{
    text-align:left;
    padding-left:60px;
}
