/* CSS Document */

.img-shadow {
  float:left;
  background:  url(images/shadowAlpha.png) no-repeat bottom right !important;
  background:  url(images/shadow.gif) no-repeat bottom right;
  margin: 20px 0 0 20px !important;
  margin: 20px 0 0 20px;
  }

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: -6px 6px 6px -6px;
  }
  
.TN-shadow {
  float:left;
  background:  url(images/shadowAlpha.png) no-repeat bottom right !important;
  background:  url(images/shadow.gif) no-repeat bottom right;
  margin: 6px 0 5px 6px !important;
  margin: 6px 0 5px 6px;
  }

.TN-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border-right: 0px solid #aeaeae;
  border-bottom: 0px solid #aeaeae;
  border-top: 0px solid #ccc;
  border-left: 0px solid #ccc;
  margin: -5px 5px 5px -5px;
  }
  
.frame-shadow {
  float:left;
  background:  url(images/shadowAlpha.png) no-repeat bottom right !important;
  background:  url(images/shadow.gif) no-repeat bottom right;
  margin: 7px 0 0 7px !important;
  margin: 7px 0 0 7px;
  }

.frame-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border-right: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: -6px 6px 6px -6px;
  }
