
#carousel_container {
float:left; /* important for inline positioning */
width:918px; /* important (this width = width of list item(including margin) * items shown */
background: url(42.jpg);
border: 1px solid #c3c4c5;


}

#carousel_inner {
float:left; /* important for inline positioning */
width:100%; /* important (this width = width of list item(including margin) * items shown */
background: url(42c.jpg);
overflow: hidden;

}

#carousel_ul {

left:0px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
padding: 0px;
width:2000px; /* important */
/* non-important styling bellow */
padding-bottom:0px;
margin-left:-5px;

}

#carousel_ul li{

display: inline;

}

#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (&lt;a href...&gt;) so this is to fix that */
/* styling */
cursor:pointer;
cursor: hand;
border:0px;
float: left; /* important for inline positioning of the list items */
width:200px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:110px;
background: #000000;
margin-top:10px;
margin-bottom:5px;
margin-left:5px;
margin-right:5px;

}
#left_scroll, #right_scroll{
float:left;
height:110px;
width:15px;
background: #C0C0C0;
}
#left_scroll img, #right_scroll img{
border:0; /* remove the default border of linked image */
/*styling*/
cursor: pointer;
cursor: hand;

}