/* STYLES FOR GD-RESIZING */

.img-floatleft { float:left; }
.img-floatright { float:right; }	
.img-floatcenter { float:none; }	

/*   from http://alistapart.com/articles/cssdropshadows/   */
.img-shadowright {
  float:right;
	background: url(../images/shadowAlpha.png) no-repeat right bottom !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;	
}
.img-shadowright img {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #000000; 
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

/*additional class for left aligned images*/
.img-shadowleft {
  float:left;
	background: url(../images/shadowAlpha.png) no-repeat right bottom !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;	
}
.img-shadowleft img {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #000000; 
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

/*additional class for non-floated aligned images
put both <div class="img-shadowcenter"><div align="center"> tags around image </div></div>
*/
.img-shadowcenter {
	float:none;
	/*background: url(../images/shadowAlpha.png) no-repeat right bottom !important;*/
	/*background: url(../images/shadow.gif) no-repeat bottom right;*/
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
.img-shadowcenter img {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #000000; 
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
