body {
  text-align: center;
  height: 100%;
  font-family: Arial;
  font-size: 11px; }

strong, b {
  font-weight: bold; }

a {
  color: #ccc;
border-style: hidden;
  text-decoration: none; }

p {
  margin: 0 0 1em 0; }

#wrapper {
  width: 758px;
  margin: 0 auto;
  text-align: left;
  height: 574px;
  position: absolute;
  top: 50%;
  margin-top: -287px;
  left: 50%;
  margin-left: -379px; }

#footer {
  margin: 10px 0 0 0;
  font-size: 10px;
  color: #ccc; }

#header {
  position: relative;
  height: 43px; }
  #header #logo {
    position: absolute;
    bottom: 14px;
    left: 0; }
  #header #mainMenu {
    position: absolute;
    bottom: 12px;
    left: 180px; }
    #header #mainMenu li {
      float: left;
      margin-right: 1em; }
      #header #mainMenu li a {
        display: block;
        color: #CCCCCC; }
        #header #mainMenu li a:hover {
          color: #000; }
        #header #mainMenu li a.selected {
          color: #000; }


.gallery {
  position: relative;
  width: 758px;
  height: 508px;
  overflow: hidden; }
  .gallery .nav {
    position: absolute;
    width: 150px;
    height: 100px; }
  .gallery #previous {
    top: 0;
    left: 0; }
  .gallery #next {
    top: 408px;
    left: 608px; }
  .gallery #gallery_tooltip {
    width: 130px;
    height: 80px;
    background: #fff;
    color: #999999;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000; }
  .gallery #gallery_in {
    width: 10000px; }
    .gallery #gallery_in .panel {
      width: 758px;
      float: left; }
      .gallery #gallery_in .panel .row {
        width: 758px;
        overflow: hidden;
        margin: 0 0 2px 0; }
        .gallery #gallery_in .panel .row .cell, .gallery #gallery_in .panel .row .emptycell {
          background: #D1D1D1;
          float: left;
          display: inline;
          margin: 0 0 0 2px;
          width: 150px;
          height: 100px; }
          .gallery #gallery_in .panel .row .cell.first,           .gallery #gallery_in .panel .row .emptycell.first {
            margin: 0; }
  .gallery #gallery_image_out {
    z-index: 2000;
background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 758px;
    height: 508px; }
    .gallery #gallery_image_out #gallery_image_loading {
      position: absolute;
      top: 0px;
      left: 0px; }
    .gallery #gallery_image_out .gallery_image_navigation {
      position: absolute;
      z-index: 10000;
      color: #f00; }
    .gallery #gallery_image_out #gallery_image_close {
      top: 0px;
      right: 0px; }
    .gallery #gallery_image_out #gallery_image_previous {
      top: 0px;
   	border-style: hidden;
      left: 20px; }
    .gallery #gallery_image_out #gallery_image_next {
      top: 0px;
   	border-style: hidden;
      right: 20px; }
    .gallery #gallery_image_out #gallery_image_in {
      width: 758px;
      height: 508px;
      position: absolute;
      top: 0;
      left: 0; }
      .gallery #gallery_image_out #gallery_image_in img {
        position: absolute;
        top: 0;
        left: 0; }

#main_content {
  background: url(../images/bck.jpg) no-repeat;
  width: 758px;
  height: 508px;
  position: relative; }
  #main_content .block {
    position: absolute;
    width: 150px;
    height: 100px;
    top: 0;
    left: 0;
    background: #fff; }
    #main_content .block .content {
      padding: 10px;
      color: #999999; }
  #main_content .l1 {
    left: 152px; }
  #main_content .l2 {
    left: 304px; }
  #main_content .l3 {
    left: 456px; }
  #main_content .l4 {
    left: 608px; }
  #main_content .t1 {
    top: 102px; }
  #main_content .t2 {
    top: 204px; }
  #main_content .t3 {
    top: 306px; }
  #main_content .t4 {
    top: 408px; }
  #main_content .w2 {
    width: 302px; }
  #main_content .w3 {
    width: 452px; }
  #main_content .h2 {
    height: 202px; }
  #main_content .h3 {
    height: 304px; }

#tooltip {
  position: absolute;
  z-index: 13000;
  background-color: #000;
  padding: 10px;
  opacity: 0.75;
  width:140px ; 
  height:90px ;
  color: #ccc;
  text-align: left; }

.png { display:block;}
