div.gallerymod1 {
			margin: 4px 4px 0px 0px;
			width: 158px;
			height: 250px;
			border: 1px solid #a9a9a9;
			float:left;
		}
		.gallerymod2 {
			padding: 0px;
			margin: 0px 0px 0px 0px;
			width: 158px;
			height: 158px;
			float:left;
		}
		.textmod {
			padding: 0px;
			margin: 0px 0px 0px 0px;
			width: 158px;
			font-family: arial, verdana, san-serif;
			font-size: 10px; 
			font-weight: normal;
			float:left;
			text-align: center;
}
img.border{
			border: 1px;
			border-style: solid;
			border-color: black;
	
		}
p.textcenter {
			padding: 0px;
			margin: 0px 0px 0px 0px;
			color: black;
			font-family: arial, verdana, san-serif;
			font-size: 12px; 
			font-weight: normal;
			text-align: center;
}
a.gallery:link {
	color: #0099ff; 
	text-decoration: none;
}
a.gallery:hover {
	color: black; 
	text-decoration: underline;
}
a.gallery:visited {
	color: #0099ff; 
	text-decoration: none;
}

 img.img-shad {
  padding: 4px 4px 8px 4px;
  border: 1px;
  border-style: solid;
  border-color: #CCCCCC; 
  background-color: white;
}
div.buybutton {
  width: 47px;
  height: 30px;
  padding: 0px;
  margin: 1px;
  float: left;
  background-color: #F0F1E1;
  border: 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
p.buybutton {
  color: black;
  font-family: arial, verdana, san-serif;
  font-size: 10px; 
  font-weight: normal;
  text-align: center;
}
.img-shadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 