/*block_img_lft.html*/
.block_img_lft_container{
width:auto;
height:auto;
border:1px solid #979797;
margin-bottom:10px;
margin-top:0px;
}

.block_img_lft_image{
border:0px;
margin:5px 15px 5px 5px;
float:left}

/*block_img_rght.html*/
.block_img_rght_container{
width:auto;
border:1px solid #979797;
background-color:#F8F2DF;
padding-left:15px;
margin-bottom:10px;
}

.block_img_rght_image{
border:0px;
margin:5px 5px 5px 15px;
float:right;}

