
#contentBody{padding:0px 200px 0px 10px; }

ul.photos{ margin:0; padding:0;list-style:none; list-style-image:none; text-align:center;}
ul.photos li{ margin:0 auto; padding:0; width:300px; height:225px;background:none; background-image:none; border:3px solid #ccc;}

/* === jquery.li-scroller === */

.tickercontainer { /* the outer div with the black border */
width: 125px; 
height: 135px; 
margin:0px 0px 10px 15px; padding:0 42px 0 10px;
text-align:left;
overflow: hidden; 
position:absolute;
top:85px;right:5px;background:url(/design/images/encart.gif); 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0;
top: 0;
width: 140px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
top: 135px;
list-style-type: none;
margin: 0;
padding: 0;
width:140px;
}
ul.newsticker li {
background:url(/design/images/puce_article2.gif) no-repeat left top; padding:3px 0px 3px 30px;width:110px;
}