wie kann ich diesem Slider eine feste Breite von 550px geben?
Ich bekomme leider nicht selbst raus

Code: Select all
<div class="slider" id="slider_container_{ID}" style="height:{THUMB_HEIGHT_MAX}px; width:570px;">
Code: Select all
div.slider {
margin: 10px 0 10px 0;
padding: 5px 0 5px 0;
background-color: #888;
overflow: hidden;
width: 323px;
position: relative;
height: 146px;
}
Code: Select all
<!--IMAGES_ENTRY_START//-->
<p style="width:{THUMB_WIDTH}px; margin-right:{SPACE}px;">
{IMAGE}[CAPTION]<br />{CAPTION}
[/CAPTION]</p>
<!--IMAGES_ENTRY_END//-->
Code: Select all
<img src="img_abs">