.magento-team-carousel{
	background:#fff;
	margin-bottom:20px;
	width:100%;
	
}
.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/1.jpg') no-repeat;
	margin-top:10px;
}
.magento-team-carousel .next-btn{
	right:0;
	background:url('../../images/magento-team/2.jpg') no-repeat;
	margin-top:10px;
}
.magento-team-carousel ul{
	position:relative;
	overflow:hidden;
	padding:0;
	margin:0;
	zoom:1;
}
.magento-team-carousel li{
	display:inline;
	float:left;
	width:270px;
	
}
.magento-team-carousel li img{
	width:250px;
	height:250px;
	position:relative;
}
.magento-team-carousel .product-wrap{
	position:relative;
}
.magento-team-carousel .product-image{
	text-align:center;
}
.product-image:hover{
	cursor:pointer;
}
.dname{
	position:relative;	
	z-index:30;
	text-align:center;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	}
.dname:hover{
	cursor:pointer;
}
#d{
	width:100%;
}
.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;}
