.imageleft{

  float:left;
  background: url(../images/shadow.gif) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 0px 20px 0px 20px !important;
  margin: 0px 20px 0px 20px;
  }

.imageleft img {
  display: block;
  position: relative;
  border: solid 1px #003366;
background-color:#FFFFFF;
  margin: -10px 8px 8px -10px;
 

  } 
.imageRight{

  float:right;
  background: url(../images/shadow.gif) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 0px 20px 0px 20px !important;
  margin: 0px 20px 0px 20px;
  }

.imageRight img {
	display: block;
	position: relative;
	border: solid 1px #003366;
	margin: -10px 8px 8px -10px;
	
	background-color:#FFFFFF;

  } 
