.dropshadowsmall
{
	float:left;
	/*clear:left; */
	background: url(http://www.tasswing.com.au/images/shadow-png.png) no-repeat bottom right !important;
	/* respectful browsers (e.g. Firefox/Opera/Safari) ONLY take notice of this line*/
	background: none no-repeat top left; 
 	/* disrespectful browsers clear the background graphic, in this case allowing the alpha filter to work in IE5.5 and 6 */
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='http://www.tasswing.com.au/images/shadow-small.png');  /* the MS alpha filter */ 
 	margin: 10px 10px 10px 15px;
}

.dropshadowlarge
{
	float:left;
	/*clear:left; */
	background: url(http://www.tasswing.com.au/images/shadow-png.png) no-repeat bottom right !important;
	/* respectful browsers (e.g. Firefox/Opera/Safari) ONLY take notice of this line*/
	background: none no-repeat top left; 
 	/* disrespectful browsers clear the background graphic, in this case allowing the alpha filter to work in IE5.5 and 6 */
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='http://www.tasswing.com.au/images/shadow-large.png');  /* the MS alpha filter */ 
 	margin: 10px 10px 10px 15px;
}


.dropshadowsmall img, .dropshadowlarge img
{
	position:relative;
	bottom:6px;
	right: 8px;
	border: 1px solid #eee;
	border-color: #eee #888 #666 #ddd;
	background:#fff;
	padding:8px 6px 15px 6px; /* gives us the white area - but not in IE5 + IE5.5 */
	margin: 0px;
}
