Здравствуйте. Проблема заключается в том что при вставке изображений на страницу - изображения начинаются с новой строки. А надо чтобы 2 или 3 изображения шли в одну строку (точнее чтобы не было переноса). Код: <script type="text/javascript" src="/lightbox/lightbox.js"></script> <link rel="stylesheet" href="/lightbox/lightbox.css" type="text/css" media="screen"></link> <style> #modItems {margin-top:10px} #modItems h2 {font-size:18px} div.modItems {margin-bottom:10px;padding-bottom:10px;float:left} div.modImg {width:280px;height:380px;border:0px dotted #3d597e;padding-top:3px;margin-right:10px;position:relative} div.modImg2 {width:380px;height:280px;border:0px dotted #3d597e;padding-top:3px;margin-right:10px;position:relative} div.modDescr {width:390px;margin-bottom:0px;margin-top:0px} </style> <div class="modImg2" style="background:url(/lestnici/img/_1.jpg) center center no-repeat"><a href="/lestnici/img/1.jpg" rel="lightbox" ><img src="/images/nashi_obekty/gif.gif" width="380" height="280" border="0" /></a></div> <div class="modImg2" style="background:url(/lestnici/img/_2.jpg) center center no-repeat"><a href="/lestnici/img/2.jpg" rel="lightbox" ><img src="/images/nashi_obekty/gif.gif" width="380" height="280" border="0" /></a></div>