.magento-team-carousel{
	background:#fff;
	margin-bottom:20px;
	width:470px;
	
}
.magento-team-carousel,
.magento-team-carousel .carousel-wrap{
	position:relative;
}
.magento-team-carousel .carousel-wrap{
	margin:0 40px;
	position:relative;
	overflow:hidden;
	zoom:1;
}
.magento-team-carousel .carousel-btn{
	display:block;
	position:absolute;
	top:30px;
	border:0;
	width:32px;
	height:65px;
	text-indent:-1000px;
	line-height:1000px;
	overflow:hidden;
	cursor:pointer;
}
.magento-team-carousel .prev-btn{
	left:0;
	background:url('../../images/magento-team/carousel-prev.png');
}
.magento-team-carousel .next-btn{
	right:0;
	background:url('../../images/magento-team/carousel-next.png');
	
}
.magento-team-carousel ul{
	position:relative;
	overflow:hidden;
	padding:0;
	margin:0;
	zoom:1;
}
.magento-team-carousel li{
	display:inline;
	float:left;
	width:130px;
	
}
.magento-team-carousel li img{
	width:100px;
	height:100px;
	position:relative;
}
.magento-team-carousel .product-wrap{
	position:relative;
}
.magento-team-carousel .product-image{
	text-align:center;
}
.magento-team-carousel .product-info{
	display:none;
	position:absolute;
	top:0;
	border:1px solid #ccc;
	background:#fff;
	width:130px;
	padding:5px;
	left:-6px;
	top:15px;
	background:url('../../images/magento-team/opacity-spacer.png');
	-background:#fff;
	cursor:pointer;
}
.magento-team-carousel .product-info a{color:#0A263C;text-decoration:none;font-weight:900;font-size:13px;}
