#carousel_container{
margin: 20px 0 0 0;
}
#carousel_inner {

float:left; /* important for inline positioning */
width:550px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */

}

#carousel_ul {
position:relative;
left:-171px; /* 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:161px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:220px;

margin-top:10px;
margin-bottom:10px; 
margin-left:10px; 
margin-right:10px; 
}
#carousel_ul p{
text-align:center;
color:#000;
}
#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 */
/*border-radius: 20px 20px 20px 20px;*/
cursor:pointer;
cursor: hand; 
/*border:solid 4px #fff; */
}
#carousel_ul li img:hover {
.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 */
/*border-radius: 20px 20px 20px 20px;*/
cursor:pointer;
cursor: hand; 
/*border:solid 4px #f6a800; */
}

#left_scroll{
margin: 40px 0 0 10px;
float:left; 
height:86px; 
width:31px; 
}

 #right_scroll{
margin: 40px 0 0 10px;
float:left; 
height:86px; 
width:31px; 

}
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}
