.previous_button, .next_button {
behavior: url(js/iepngfix.htc);
}

#carousel * {
margin:0px;
padding:0px;
}

#carousel {
width:197px;
height:300px;
margin-bottom:0px;
}

#carousel .container {

float:left;
width:195px;
height:234px;
overflow:hidden;
position:relative;
margin:0px;
padding:0px;
}

#carousel ul {
width:102px;
height:100000px;
position:relative;
top:0px;
left:5px;
}

#carousel ul li {
width:100px;
height:100px;     
list-style:none;
margin-top:0px;
padding:5px;
}


#carousel ul li img {
margin:0px;
padding:0px;
}

#bodyquemsomos #carousel img {
border:1px solid #cccccc;
margin-bottom:-5px;
}


/* Irrelevante */


#carousel .previous_button {
float:left;
height:40px;
width: 197px;
background:url(vertical/left.png) no-repeat center center;
cursor: pointer;
display:inline;
margin: 0 0 0px 0px;
}

#carousel .previous_button_over {
background:url(vertical/left_over.png) no-repeat center center;
}

#carousel .previous_button_disabled {
background:url(vertical/left_disabled.png) no-repeat center center;
cursor: default;
}

#carousel .next_button {
float:left;
height:40px;
width: 197px;
background:url(vertical/right.png) no-repeat center center;
cursor: pointer;
display:inline;
margin: 0 0 0px 0px;
}

#carousel .next_button_over {
background:url(vertical/right_over.png) no-repeat center center;
}

#carousel .next_button_disabled {
background:url(vertical/right_disabled.png) no-repeat center center;
cursor: default;
}

