﻿.divContent
{
  font-family: arial;
  font-size: 12px;
  width: 955px;
  margin-top: 3px;
}
.divGalleryItem
{
  display: inline;
  float: left;
  width: 175px; /*height: 400px;*/
  margin: 5px;
  overflow: hidden;
  background-image: url(/img/GalleryItem_Middle.gif);
  background-repeat: repeat-x;
  background-position: top;
}
.divGalleryItem_Left
{
  width: 100%;
  background-image: url(/img/GalleryItem_Left.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
.divGalleryItem_Right
{
  width: 100%;
  background-image: url(/img/GalleryItem_Right.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
.divGalleryItem_Content
{
  width: 100%;
  height: 175px;
  padding: 5px;
}
.divGalleryItem_Content, .divGalleryItem_Content td
{
  color: White;
}
.divGalleryUploadLink
{
  float: left;
  width: 100%;
  margin-top: 5px;
}
.DropRimItem
{
  float: left;
  width: 120px;
  height: 150px;
  overflow: hidden;
  padding: 5px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.DropRimItem:Hover
{
  background-color: #eeeeee;
}
.DropRimItem_Img
{
  width: 110px;
  height: 100px;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  background-position: center top;
  background-repeat: no-repeat;
}
div.gallery_si_size
{
  background: url('/img/size.png') no-repeat;
  position: relative;
  left: 0px;
  width: 64px;
  height: 19px;
  padding-top: 2px;
  padding-bottom: 1px;
  margin-top: 2px;
  color: #121212;
  display: block;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  clear: both;
  float: none;
}

