#carousel_container{
  width: 981px;
  /*margin: 10px 14px;*/
  position:absolute;
}

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

#carousel_ul {
  position:relative;
  /*left:-327px;*//* 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:317px;  /* fixed width, important */
  /* just styling bellow*/
  padding:0px;
  height:150px;
  margin: 10px 12px 0 0;
  position:relative;
}

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

#carousel_ul li a, #carousel_ul li p, #carousel_ul li a, #carousel_ul li img{
  font-style: none;
  color:#fff;
  text-decoration:none;
  margin:0;
  padding:0;
  font-size:12px;
  text-align:left;
}
#carousel_ul li img {
display:block;
margin-top:15px;
}

#carousel_ul li a{
  display: block;
  margin-top: 15px;
}

#carousel_ul li a{
  text-align:left;
  margin: 0 24px;
}

#carousel_ul li .separador{
  width: 10px;
  height: 119px;
  background-image: url('../../imagens/sep.png');
  margin: 20px 0 0 -12px;
  position:relative;
  float:left;
}

#left_scroll, #right_scroll{
  height:10px;
  width:6px;
  z-index:1000;
  position:absolute;
  top:61%;
  margin-top:-5px;
}

#left_scroll{
  left: 0;
}

#right_scroll{
  right: -5px;
}

#left_scroll img, #right_scroll img{
  border:0; /* remove the default border of linked image */
  /*styling*/
  cursor: pointer;
}
