.carousel3d-container{
	margin:0;
	padding:0;
	width:680px;
	height: 600px;
	text-align:left;
}

.carousel3d-scroll{
	position:relative;
	padding:0;
	margin:0;
	width:600px;
	float:left;
}

.carouselLeft{
	display:none;
	background:url(pic/rotate-left.png) center center no-repeat;
	width:40px;
	height:600px;
	float:left;
	cursor:pointer;
}
.carouselLeft:hover{
}

.carouselRight{
	background:url(pic/rotate-right.png) center center no-repeat;
	width:40px;
	height:600px;
	float:left;
	cursor:pointer;
}
.carouselRight:hover{
}


.carousel3d-title{
	position:absolute;
	margin:0;
	padding:0;
	z-index:15;
	margin-top:20px;
}

.carousel3d-alt{
	position:absolute;
	margin:0;
	padding:0;
	z-index:15;
	margin-top:50px;
}


a, a:focus, a:active {
   outline: 0 none;
  	border:none;
}