.carousel-component {
	margin-top:20px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
}

.carousel-component .carousel-list li {
	width:125px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:120px;
	margin: 4px;
}

.carousel-component .carousel-list li a {
	display:block;
	outline:none;
	margin-right: 10px;
	margin-left: 10px;
}

.carousel-component .carousel-list li a:hover {
}

.carousel-component .carousel-list li img {
	display:block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
								
.carousel-component .carousel-prev {
	position:absolute;
	top:0px;
	z-index:3;
	cursor:pointer;
	left:3px;
	height: 120px;
	width: 55px;
	background-image: url(imagens/left_go.png);
	background-repeat: no-repeat;
}
.carousel-component   .carousel-prev  img {
	z-index:3;
	cursor:pointer;
	height: 120px;
	width: 55px;
	text-indent: -999em;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.carousel-component .carousel-next {
	position:absolute;
	top:0px;
	z-index:3;
	cursor:pointer;
	right:2px;
	height: 120px;
	width: 55px;
	background-image: url(imagens/right_go.png);
	background-repeat: no-repeat;
}
.carousel-component  .carousel-next img {
	z-index:3;
	cursor:pointer;
	height: 120px;
	width: 55px;
	display: block;
	text-indent: -999em;
}

