body{
   margin:0px;
   padding:0px;
   background-color:#fff;
   text-align:center;
   color:#fff;
   font-size:62.5%;
   font-family:verdana, arial, sans-serif;
}
#header{
   margin:0px;
   height:70px;
   background:url(img/header_bg.gif) center center no-repeat #f0f0f0;
   border-bottom:4px solid #ddd;
   font-size:1.3em;
   color:#333;
   display:none;
}
#navigation{
   margin:0px auto;
   padding-top:17px;
   width:725px;
   text-align:left;
   color:#999;
}
#navigation a{
   margin:0px 10px;
   text-decoration:none;
   color:#777;
}
#navigation a:hover{
   color:#c00;
}
#tab{
   margin:0px auto;
   width:800px;
   height:20px;
   text-align:left;
   background:#fff;
}
#tab a{
   display:block;
   padding-top:3px;
   width:120px;
   height:20px;
   color:#bbb;
   font-size:1.3em;
   text-align:center;
   text-decoration:none;
   background:url(img/tab_white.gif) bottom left no-repeat #fff;
}
#tab a:hover{
   color:#c00;
}
#photo-container{
   margin:20px auto 0px auto;
   font-size:2.2em;
   background:url(img/loader.gif) center center no-repeat #fff;
   z-index:101;
}
#photo{
   margin:0px 30px;
   visibility:hidden;
}
#previous-link{
   float:left;
   margin:0px;
   width:29px;
   height:160px;
   background:#fff;
   border:0px solid #f49;
}
#next-link{
   float:right;
   margin:0px;
   width:29px;
   height:160px;
   background:#fff;
   border:0px solid #f90;
}
#caption, #copyright{
   clear:both;
   padding:10px;
   text-align:center;
   font-size:1.1em;
   color:#333;
   background:#fff;
}
#copyright{
   color:#ccc;
}
a img{border:0px;}