@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#carousel_01 {
	height: 100px;
	text-align: center;
	width: 935px;
	margin-right: auto;
	margin-left: auto;
}

.carousel_02 {
	float: left;
	height: 100px;
	margin-left: 5px;
}
.carousel_02 li {
	padding-right: 5px;
}

.prev {
	float: left;
	height: 100px;
	width: 20px;
	border: 0;
	background: url(../images/carousel_prev_01.png) no-repeat 0 0;
	text-indent: -10000px;
	cursor: pointer;
}



.next {
	height: 100px;
	width: 20px;
	border: 0;
	background: url(../images/carousel_next_01.png) no-repeat 0 0;
	text-indent: -10000px;
	cursor: pointer;
}
/*\*//*/
#mainContent .prev , #mainContent .next{
  letter-spacing: -9999px;
}
/**/

