div.inline_left {
	float:left; 
	padding-right:5px;
}

div.inline_right {
	float:right; 
	padding-left:5px;
}	
	
div.img-border {
  float:left;
  background: url(../images/general/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/general/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 0 10px !important;
  margin: 10px 10px 0 5px;
}

div.img-border img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}  
 
div.caption {
	clear: both;
	font-weight: bold;
	font-size: 80%;
	margin-bottom: 10px;
	padding-left: 4px;
}