/*.caroufredsel_wrapper {
	overflow:auto!important;
}*/
#full-slider {
	overflow: hidden;
	position:relative;
}
#full-wrapper {
	width: 100%;
	height: 400px;
	overflow: hidden;
}
#full-carousel li {
	float: left;
}
#full-prev, #full-next {
	background: #000;
	opacity:0.60;
	filter: alpha(opacity=60);/* ie 6 7 */
	-ms-filter: "alpha(opacity=60)";/* ie 8 */
	zoom:1;
	display: block;
	height: 400px;
	width: 50%;
	top: 0;
	position: absolute;
}
#full-prev:hover, #full-next:hover {
	cursor: pointer;
	opacity:0.70;
	filter: alpha(opacity=70);/* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";/* ie 8 */
	zoom:1;
}
#full-prev, #full-next {
}
#full-prev {
	left: -480px;/* スライドする画像の横半分の値 */
	background: #000 url("../img/index/prev.png") no-repeat right center / 60px auto;
}
#full-next {
	background: #000 url("../img/index/next.png") no-repeat left center / 60px auto;
	right: -480px;/* スライドする画像の横半分の値 */
}
#full-prev img {
	width:60px;
	right:0;
	top:160px;
	position:absolute;
}
#full-next img {
	width:60px;
	left:0;
	top:160px;
	position:absolute;
}
#full-pager {
	text-align:center;
}
#full-pager a {
	border: 2px solid #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 5px 0 0;
}
#full-pager a:hover {
	background:#eee ;
}
#full-pager a span {
	display: none;
}
#full-pager a.selected {
	background-color: #ccc;
}