#carousel_inner {
	float: left;
    left: 25px;
    overflow: hidden;
    position: relative;
    top: -6px;
    width: 656px;
}

#carousel_ul {
position:relative;
left:-210px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}

.clear2 {
    clear: both !important;
}
#carousel_ul li{
	float: left; /* important for inline positioning of the list items */                                    
	/*width:200px;  /* fixed width, important */
	/* just styling bellow*/
	float: left;
    height: 181px;
    left: 34px;
    margin: 10px 5px;
    padding: 0;
    position: relative;
    width: 156px;
}

#carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand; 
border:0px; 
}
#left_scroll, #right_scroll{
float:left; 
height:130px; 
width:15px; 
background: #C0C0C0; 
}
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}