/*

Copyright (c) 2006-2007, Bill W. Scott
All rights reserved.

This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy 
of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to 
Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.

This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).

The only attribution I require is to keep this notice of copyright & license 
in this original source file.

Version 0.6.1 - 07.08.2007

*/

.carousel-component {
	overflow:hidden;
	position:relative;
	width:728px !important;
	height:100px
}
#Recentes .carousel-component,
#Recentes .carousel-list span { background:#4dd9e6 }
.relacionados .carousel-component,
.relacionados .carousel-list span { background:#ffcf1f }
.outros-membros .carousel-component,
.outros-membros .carousel-list span { background:#e65c0b }
	.carousel-prev,
	.carousel-next {
		position:absolute;
		top:5px;
		z-index:3;
		width:44px;
		height:90px;
		cursor:pointer
	}
	.carousel-prev { left:0 }
	.carousel-next { right:0 }
	.carousel-clip-region {
		overflow:hidden;
		position:absolute;
		left:44px;
		width:640px !important;
		margin:0 auto
	}
		.carousel-list {
			position:relative;
			z-index:1;
			width:10000000px
		}
			.carousel-list li {
				overflow:hidden;
				float:left;
				position:relative;
				width:120px;
				height:90px;
				margin:5px 10px 5px 0;
				font:10px verdana, arial, sans-serif
			}
				.carousel-list li a { text-decoration:none }
					.carousel-list img { display:block }
					.carousel-list span {
						display:none;
						position:absolute;
						top:0;
						left:0;
						width:100%;
						padding:4px 6px;
						font-size:100%;
						color:#000
					}
					.carousel-list a:hover span { display:block }
