/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 #carrocel {
 	width: 558px;
 	padding: 0 0 0;
 }
 
 #carrocel a {
 	margin: 0;
	padding: 0;
	color: #0170a5;
}
 #carrocel h3 {
 	color: #7c7364;
	margin: 0 0 4px;
}
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li, .jcarousel-item {
    float: left;
	display: block;
	width: 108px;
	text-align: center;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
	padding: 0;
	background: url(../imagens/bg/jq-box.jpg) no-repeat;
}
	.jcarousel-item h2 {
		display: block;
		padding: 11px 17px 6px 17px;
	}
	.jcarousel-item p {
		display: block;
		padding: 0 11px;
		color: #0a6ca9;
	}
	.jcarousel-item strong {
		display: block;
		padding: 12px 0 0 0;
		color: #0a6ca9;
	}
	.jcarousel-item img {
		margin: 0;
		width: 224px;
		height: 131px;
	}
	.jcarousel-item a {
		color: #0170a5;
		font-size: 18px;
		font-weight: bold;
	}
	.jcarousel-item a:hover {
		text-decoration: none;
	}
	.jcarousel-item a p {
		margin: 16px 0 0;
	}
	.jcarousel-item a:hover {
		text-decoration: none;
	}
	.jcarousel-item a strong {
		display: block;
		margin: 16px 0 0;
		font-weight: normal;
	}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
