/** productImage.css
    Contains references to product image
*/


/** Main identifier for product image gallery
*/
.productImageGallery
{
  display: block;
	width: auto;
	text-align: left;
	padding-top: 20px;
  border-bottom: 1px solid #e1e4e4;	
}

.productImageGallery h4
{
  margin: 0px 0px 12px 0px;
	padding: 0px;
	color: #999999;
	font-size: 0.88em;
}

.productImageGallery a
{
  width: 62px;
	height: 48px;
	display: block;
	float: left;
	padding: 8px 1px 1px 1px;
	margin: 0px 11px 11px 0px;
	background: #fff url("../images/layout/gallery_hover_sm.gif") 0px -60px no-repeat;
}
.productImageGallery a:hover, .productImageGallery a.selected
{
	background-position: 0px 0px;
}
.productImageGallery a img
{
  border: 0px;
}
