
/* - skin.css - */
/* http://www.aplicativos.gov.br/portal_css/skin.css?original=1 */
.list_carousel {
max-height: 200px;
margin: 1.428571429em auto;
position: relative;
width: 80%;
}
.list_carousel ul {
display: block;
list-style: none outside none;
margin: 0;
padding: 0;
}
.list_carousel li {
color: #999999;
display: block;
float: left;
margin-bottom: 0;
padding: 0;
text-align: center;
width: 138px;
}
.list_carousel.responsive {
width: auto;
margin-left: 0;
}
.clearfix {
float: none;
clear: both;
}
a.prev, a.next {
background: url(miscellaneous_sprite.png) no-repeat transparent;
width: 45px;
height: 50px;
display: block;
position: absolute;
top: 85px;
}
a.prev {			left: -22px;
background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: -22px;
background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
cursor: default;
}
a.prev span, a.next span {
display: none;
}

