/* Shadow for thumbnail images */

.img-shadow {

  float:left;

  background: url(/graphics/shadowAlpha.png) no-repeat bottom right !important;

  background: url(graphics/shadow.gif) no-repeat bottom right;

  margin: 10px -2 0 10px !important;

  margin: 10px -2 0 5px;

}

.img-shadow a {
	display: block;
	padding: 0px;
}

.img-shadow img, .img-shadow a img {

  display: block;

  position: relative;

  background-color: #fff;

  border: 1px solid #a9a9a9;

  margin: -6px 6px 6px -6px;

  padding: 3px;

}

/*For full size img (zoom gallery) */

.img-shadow-full {

	float: right;

}

.img-shadow-full-border {

  background: url(graphics/shadowAlpha.png) no-repeat bottom right !important;

  background: url(graphics/shadow.gif) no-repeat bottom right;

  margin: 10px 0 0 10px !important;

  margin: 10px 0 0 5px;

  float:left; /* RC4 Release */

}



.img-shadow-full {

  display: block;

  position: relative;

  background-color: #fff;

  border: 1px solid #a9a9a9;

  margin: -6px 6px 6px -6px;

  padding: 6px;

  }
