#carousel_container {margin:0 13px;
padding:0 0 40px 45px;
background:#e6e6e6 url(../img/bkgr-carousel.gif) no-repeat -1px bottom;
line-height:1px}

#carousel_container img {margin:0;
padding:0}

#carousel_inner {position:relative;
float:left; /* important for inline positioning */
width:840px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
background: #F0F0F0;
}

#carousel_inner, #left_scroll, #right_scroll {border-top:1px solid #cccccc;
border-bottom:1px solid #fafafa}

#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;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:200px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:160px;
background:#fcfcfc url(../img/ajax-loader.gif) no-repeat center center;
margin-top:10px;
margin-bottom:10px; 
margin-left:5px; 
margin-right:5px; 
}

#carousel_ul li a {display:block;
width:200px;
height:160px;
background-repeat:no-repeat;
background-position:center top;}

#carousel_ul li a:hover {background-position:center bottom}


#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; 
margin:0;
padding:0
}

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

}

#left_scroll a, #right_scroll a {display:block;
width:15px;
height:180px}

#left_scroll a {background:url(../img/left.png) no-repeat center center}
#right_scroll a {background:url(../img/right.png) no-repeat center center}
