body {
    background-color: #FFFFFF;
    text-align: center;
    }

div#container {
    opacity:1;
    background-color: #FFFFFF;
    position: relative;
    width: 960px;
    height: 700px;
    margin: 0 auto;
    text-align: left;
    }


div#fadeshow2 {
    position: absolute;
    top: 30px;
    width: 800px;
    height: 530px;
    left: 135px;
}

div#navigation {
    background-color: #FFFFFF;
    position:absolute;
    width: 145px;
    height: 100%;
    text-align: left;
    }
    
 div#information {
    position:absolute;
    width: 300px;
    height: 50px;
    left: 135px;
    top: 560px;
}

div#fadeshow2toggler {
   position:absolute;
   width:30px;
   height:60px;
   left:940px;
   top:500px;
   outline: none;
   }
   
   .zero
   {
    border:0px;
   }
   
   .info{width: 390px;
        position:absolute;
        top: 0px;
        font-size: 12px;
        color:#111111;
        padding: 10px 0 0 0;
        border-top: 1px solid #666666;
        font-family: arial, helvetica, sans-serif;
    
   }
   .nav-arrows {
      cursor:pointer;
      opacity:1;
      outline: none;
   }   
   .nav-arrows:hover {
      opacity:0.6;
      outline: none;
   }
   
      .nav-arrows:active {
      opacity:0.6;
      outline: none;
   }
   .show-arrow {
      display:inline;
      outline: none;
   }
   

A:link {text-decoration: none; color: #000000; opacity: 1;}
A:active {text-decoration: none; color: #000000; opacity:1; outline:none; }
A:visited {text-decoration: none; color: #000000; opacity: 1; outline:none; }
A:hover {text-decoration: none; color: #000000; opacity: .8; }
