/* 
 * Copyright (c) 2009, Aikido.ru team. All rights reserved.
 * The styles related to Gallery plugin.
 * Author: Maxim Podkolzine, 2009.
 */

.gallery_container {
  border: 1px solid #DEDEDE;
}

.gallery_container td {
  padding-top: 3px;
}

div.gallery_wrapper {
  background: transparent url(images/shadow.gif) no-repeat scroll right bottom;
  text-align: center;
  line-height: 0;
}

div.gallery_wrapper img {
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #A9A9A9;
  left: -5px;
  padding: 4px;
  position: relative;
  top: -5px;
}

img.gallery_thumb, img.subgallery_thumb {
  border: 1px solid transparent;
}

img.gallery_thumb:hover, img.subgallery_thumb:hover {
  border: 1px solid #0000CC;
}

.gallery_title a {
  color: #0033CC;
  font-weight: bold;
  text-decoration: none;
}

.gallery_title a:hover {
  text-decoration: underline;
}
