 
.thumbs { background-image: url(images/thumbshade.png); }
* html .thumbs {
	cursor:pointer;
	background-color: #333;
	background-color: transparent;
	background-image: url(nothing.gif);
	/* for IE */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/thumbshade.png', sizingMethod='scale');
	}
.thumbs img{ border: none; }


.thumb_pic {  border:4px #bbbbbb double; }


 