.img-wrapperC {
  background: url(../../images/construction/shadow_left.gif) no-repeat bottom right;
  float:left;
  line-height:0;

}
 
.img-wrapperC img {
  background:#fff;
  padding:4px;
  border:1px solid #a9a9a9;
  position:relative;
  left:-5px;
  top:-5px;
}

.img-wrapperO {
  background: url(../../images/construction/shadow_left.gif) no-repeat bottom right;
  float:right;
  line-height:0;
  margin: 5px;

}
 
.img-wrapperO img {
  background:#fff;
  padding:4px;
  border:1px solid #a9a9a9;
  position:relative;
  left:-5px;
  top:-5px;
  right: 0px;
}

.faq_border {background:#DCE6F0;
 			  border:1px solid #000000;
			  padding: 5px;
			  margin: 0px;
			  margin-left: -5;
			  
			   }
