@charset "UTF-8";
/* CSS Document */

/* Circular Content Carousel Style */

.ca-container{
	position:relative;
	margin: 0px auto 20px auto;
	width:900px;
	height:95px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:300px;
	height:100%;
	text-align:center;
}
.ca-item-main{
	position:absolute;
	top:5px;
	left:4px;
	right:4px;
	bottom:5px;
	background:#none;
	overflow:hidden;
}

.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(http://gigaplus.makeshop.jp/2gaoe/img/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-30px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-30px;
}
.ca-nav span:hover{
	opacity:1.0;
}
