/* CSS Document for featured agents */
#agent-image img {
width: 640px; /*change to what size you need */
height: 480px; /*change to what size you need */
padding:2px;
border:1px solid #cccccc;

}

#agent-image2 img {
width: 640px; /*change to what size you need */
height: 480px; /*change to what size you need */
padding:2px;
border:1px solid #cccccc;

}

#agent-image-logo img {
width: 200px; /*change to what size you need */
height: 100px; /*change to what size you need */
padding:1px;
border:1px solid #cccccc;

}

#agent-image-logo-main img {
width: 200px; /*change to what size you need */
height: 100px; /*change to what size you need */
padding:1px;
border:1px solid #cccccc;
float:left; margin: 0 15px 15px 0;
}