   .smallText {
    font-size: 0.8em;
   }
   
   .movieTable {
    border: 0px;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 800px;
   }
   
   .movieTable tr td {
    vertical-align: bottom;
   }
   
   .data {
    clear: both;
    text-align: left;
    /*padding: 0px 3em 0px 3em;*/
   }
   
   .galleryImage {
     border: 0px solid black;
     margin: 0px;
     padding: 0px;
     vertical-align: middle;
   }
   
   .folderContainer {
    text-align: center;
    padding: 0px 3em 0px 3em;
   }
   
   .folder {

   }
   
   .folderName {
    font-family: arial, sans-serif;
    font-size: 1.1em;
    color: white;
    text-transform: capitalize;
    text-shadow: 1px 1px 2px #333343;
   }
   
      
   .folderImage {
    /*border: 1px inset #c8760b;*/
    /*border: 1px inset #444444;*/
    border: 0px;
   }
   
   .folderCount {
     font-size: 0.8em;
     color: #666666;
     float: right;
   }
   .videoReflection {
    display: none;
   }

   #gallery {
    text-align: center;
    min-width: 850px;
   }
   
   .navButton {
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
   }
   
   #current {
   }

   #scratches {
    display: none;
   }
   
   #other {
   }
   
   #footer {
    clear: both;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    text-align: left;
    background-image: url('images/crownmoulding.png');
    background-repeat: repeat-x;
    border: 0px;
    color: #554f46;
    padding: 16px 10px 0px 10px;
    font-size: 1em;
    line-height: 21px;
    font-weight: bold;
    height: 58px;
    z-index: 150;
    text-shadow: #666666 4px 4px 7px;
   }
   
   #footer a {
    color: #554f46;
    text-decoration: none;
   }
   
   #footer a:hover {
    text-decoration: underline;
   }

   .footerInput {
    float: right;
    height: 22px;
    width: 22em;
    font-size: 15px;
    padding: 3px 2px 0px 5px;
    color: #554f46;
    border: 0px solid #CCCCCC;
    border-bottom-width: 1px;
    border-right-width: 1px;
   }

   .footerInputButton {
    float: right;
    background-color: #ffe3cf;
    height: 25px;
    margin: 0px 3px 0px 3px;
    padding: 0px 4px 0px 4px;
    color: #554f46;
    border: 0px solid #CCCCCC;
    border-bottom-width: 1px;
    border-right-width: 1px;
   }

   
   #title {
    margin: 100px 0px 0px 0px;
   }
   
   .effect {
    display: none;
   }
   
   /*#effect1 {
    display: block;
    background-image: url('images/topshadow.png');
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 239px;
    z-index: -999;
    border: 1px solid blue
   }*/
   
   
   
   #holder1 {
    width: 85%;
    padding-top: 50px;
    text-align: right;
   }
   
   #main {
     min-width: 800px;
   }
   
   body {
      color: #4f3f31;
      background-color: #AAAAAA;
      text-align: center;
      font-family: verdana;
      padding: 0px;
      margin: 0px;
      height: 100%;
   }
  
   html {
      height: 100%;
   }

   canvas {
   }
   
   form {
    padding: 0px;
    margin: 0px;
    border: 0px;
   }
   
   input {
    border: 0px solid black;
    float: left;
   }
   
   input[type=text] {
      width: 5em;
      display: inline;
   }
   
   input[type=image] {
    display: inline;
   }
   
   h1 {
    margin: 0.5em 1em 1.5em 1em;
    font-family: sans-serif;
    text-transform: capitalize;
    clear: both;
   }
   
   a {
    color: #4f3f31;
   }
   
   a:visited {
    color: #cccccc;
   }
   
   a:hover {
    color: #ffffff;
   }
   
   #description ul {
    margin: 0px 0px 0px 7px;
   }
   
   ul {
    margin: 1em 0.5em 0.5em 0.5em;
   }
   
   
   .tableList {
	border-collapse: separate;
	border-spacing: 0px 20px;

   }
   
   .tableList th h2 {
     margin-top: 80px;
     margin-bottom: 20px;
   }
   
   .tableList td {
     background-color: #1c1f2e;
     opacity: 0.7;
     filter: "alpha(opacity=70)"; /* expected to work in IE 8 */
     filter: alpha(opacity=70);   /* IE 4-7 */
     zoom: 1;                     /* needed in IE up to version 7, or set width or height to trigger "hasLayout" */ 
     border: 0px solid #000000;
     border-top-width: 1px;
     border-bottom-width: 1px;
     padding: 5px;
   }
   
   .tableList td > * {
    opacity: 1.0 !important;
   }