@charset "utf-8";

/* =======================================

  Photogallery CSS

========================================== */

#areabtns li {
  width: 93px;
  height: 68px;
  font-size: 13px;
}

#categorybtns li {
  width: 117px;
  height: 68px;
  font-size: 16px;
}

ul.togglebox {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}

ul.togglebox li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-width: 2px 2px 2px 0px;
  border-style: solid;
  border-color: #6d5c50;
  color: #6d5c50;
  background-color: #ffffff;
  font-weight: bold;
  padding: 0 5px 0 5px;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*for IE6 */
* html ul.togglebox li {
  display: inline;
  zoom: 1;
}/*for IE7 */
*:first-child+html ul.togglebox li{
  display: inline;
  zoom: 1;
}

ul.togglebox li:first-child {
  border-left-width: 2px;
}

ul.togglebox li label {
  padding: 0px 3px 0px 3px;
}

ul.togglebox li input {
  display: none;
}

ul.imgList {
  list-style-type: none;
  margin-top: 50px;
}

ul.imgList img {
  max-width: 225px;
  max-height: 179px;
}

ul.imgList li {
  float: left;
  width: 240px;
  height: 230px;
  text-align: center;
}
