﻿/* Drop shadows for images... put the IMG in a DIV */
.dropshadow{
	  float:left;
	  clear:left;
	  background: url(../images/misc/shadowAlpha.png) no-repeat bottom right !important;
	  background: url(../images/misc/shadow.gif) no-repeat bottom right;
	  margin: 10px 0 10px 10px !important;
	  margin: 10px 0 10px 5px;
}
.dropshadow img{
	display: block;
	position: relative;
	background-color: #fff;
    border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px; 
}
