.shadowpic {
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.imgholder {
	display: block; 
	float: left; 
	background: url(images/dropshadow.png) no-repeat bottom right !important; 
	background: url(images/dropshadow.gif) no-repeat bottom right; 
	margin: 10px 7px 0 10px !important; 
	margin: 10px 0 0 5px; 
} 

div.imgholder img { 

	display: block; 
	position: relative; 
	background-color: #fff; 
	border: 1px solid #666;
	margin: -3px 5px 5px -3px;  
	padding: 2px; 
} 

