galleries {
  margin: 10px 0;
  width: 100%;
/*  border: 1px solid red;*/
}

#galleries {
  width: 100%;
}
#galleries td {
  text-align: center;
/*  width: 160px;*/
  /*  width: 33%; */
  width: 25%;
  height: 155px;
/*  border: 1px solid blue;*/
}

#galleries h4,
#galleries h5 {
  text-align: center;  
}
#galleries h4 {
  font-size: 12px;
}

#galleries a {
  text-decoration: none;
}

#galleries img {
  position: relative;
  display: block;
  margin: 0 auto;
}

#galleries .slide {
  position: relative;
  display: block;
  margin: 0 auto;
}

#galleries .slide div,
#galleries .slide a {
  position: relative;
  display: block;
  padding: 10px 0 10px;
  background-color: #ffffff;
}

#galleries .slide .shadow_right {
  display: block;
  float: right;
  margin: 0;
  padding: 0; 
}

#galleries .slide .shadow_bottom {
  display: block;
  margin: 0;
  padding: 0;
}

#galleries .small {
  width: 146px;
  height: 112px;
}

#galleries .small a {
  width: 140px;
  height: 85px;
}

#galleries .small .shadow_right {
  height: 105px;
  width: 6px;
  background-image: url( '/icimages/gallery/shadow_right_small.jpg' );
}

#galleries .small .shadow_bottom {
  height: 7px;
  width: 146px;
  background-image: url( '/icimages/gallery/shadow_bottom_small.jpg' );
}

#galleries .large {
  height: 310px;
  width: 446px;
}

#galleries .large div,
#galleries .large a {
  height: 290px;
  width: 440px;
}

#galleries .large .shadow_right {
  height: 310px;
  width: 6px;
  background-image: url( '/icimages/gallery/shadow_right_large.jpg' );
}

#galleries .large .shadow_bottom {
  height: 7px;
  width: 446px;
  background-image: url( '/icimages/gallery/shadow_bottom_large.jpg' );
}

.galleries_more {
  text-align: right;
  margin-bottom: 3px;
  margin-right: 40px;
}
#galleries div.text div.image_nav {
  display: inline;
  height: auto;
  margin: auto;
  padding: 0;
  padding-right: 10px;
  vertical-align: top;
}
#galleries div.text div.left {
  float:left;
  text-align: left;
}
#galleries div.text div.right {
  float:right;
  text-align: right;
}
#galleries div.image_info {
  margin-left: 25%;
  margin-top: 20px;
  width: 50%;
}

#content {
  padding-top: 0;
}
#content div.title {
  height: auto;
  padding-top: 0;
}
#content div.title .container {
  padding-top: 7px;
}
div.galleries_more {
  float: right;
  position: relative;
  top: -10px;
}

