@charset "utf-8";


#carousel {
	margin: 0 auto;
	width: 560px;
	height: 180px;
	text-align: left;
	position: relative;
	margin-top:15px;
}

#carousel_prev,
#carousel_next {
	top: 0;
	width: 25px;
	height: 168px;
	background: #000;
	cursor: pointer;
	position: absolute;
	margin-left:3px;
	margin-right:3px;
}
#carousel_prev {
	left: -20px;
	background:transparent url(/img/mainconosusume_arrowleft.jpg) no-repeat top left;
}
#carousel_next {
	right: -20px;
	background:transparent url(/img/mainconosusume_arrowright.jpg) no-repeat top left;
}

#carousel ul li {
	width: 137px;
	float: left;
	display: inline;
	margin-top:1px;
}

/* =======================================
	ClearFixElements
======================================= */
#carousel ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#carousel ul {
	display: inline-block;
}

#carousel div,img,ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

#carousel img {
	border-style:outset;
	border-width:1px;
	border-color:#CCCCCC;
	margin-bottom:25px;
	margin-left:12px;
}
