#inline_left {
	float:left; 
	padding-right:5px;
}

#inline_right {
	float:right; 
	padding-left:5px;
	clear: both;

}	
	
.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;
}

.img-border img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}  
 
#caption {
  	clear:both;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 5px;
	padding-left: 4px;
}

