﻿.GalleryDisplay
{
        height:300px;
        width:400px;
        background-color:black; 
        text-align:center; 
        vertical-align:middle;
        border:0px;
        
        
    }
    .FilmScroll{
        overflow:scroll;
        width:400px;
        /*scrollbar-3dlight-color:white;
        scrollbar-arrow-color:white;
        scrollbar-base-color:white;
        scrollbar-darkshadow-color:white;
        scrollbar-face-color:steelblue;
        scrollbar-highlight-color:gainsboro;
        scrollbar-shadow-color:darksteelblue;*/
        background-color:#DEDACF;
    }
    .FilmStrip{
        border:solid 1px black;
    }
    .GalleryBanner{
        background-color:silver;
        padding:0px;
        
    }
    .GalleryContainer{
        border:2px solid black;
        text-align:center;
		margin-left:80px;
		margin-top:10px;
    } 

