/* CSS Document */

div#right ul { position : relative;
width : 600px;
margin : 0;
padding : 301px 0 0 0;
 }

div#right li { display : inline; }

div#right h3 { display : inline; }


div#right h3 img { position : absolute; padding : 1px; border : 1px solid black; }

div#right li#one h3 img { top: 15px; left :40px; }

div#right li#two h3 img { top : 15px; left : 223px; }

div#right li#three h3 img { top : 15px; left : 405px; }



